@extends('admin.layout.app') @section ('content')
@if (session()->has('success'))
@if(is_array(session()->get('success')))
    @foreach (session()->get('success') as $message)
  • {{ $message }}
  • @endforeach
@else {{ session()->get('success') }} @endif
@endif @if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('keywords.Store List(Waiting for approval)')}}


@if(count($city)>0) @php $i=1; @endphp @foreach($city as $cities) @php $i++; @endphp @endforeach @else @for ($i = 1; $i<9; $i++) @endfor @endif
# {{ __('keywords.Profile Pic')}} {{ __('keywords.Store Name')}} {{ __('keywords.City')}} {{ __('keywords.Mobile')}} {{ __('keywords.Email')}} {{ __('keywords.Admin Share')}} {{ __('keywords.Owner name')}} {{ __('keywords.Details')}}
{{$i}} image {{$cities->store_name}} {{$cities->city}} {{$cities->phone_number}} {{$cities->email}} {{$cities->admin_share}} % {{$cities->employee_name}}
{{ __('keywords.No data found')}}

{{ $city->render("pagination::bootstrap-4") }}
@foreach($city as $cities) @endforeach @endsection @section('postload-section') {{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user--}} @endsection