@if(count($city)>0)
@php $i=1; @endphp
@foreach($city as $cities)
{{$i}}
{{$cities->society_name}}
{{$cities->city_name}}
@php $i++; @endphp
@endforeach
@else
{{ __('keywords.No data found')}}
@for ($i = 1; $i < 4; $i++)
@endfor
@endif
@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