@php
$i = 1;
$skipCount =
$cities->perPage() * $cities->currentPage() - $cities->perPage();
@endphp
@include('inc.is_empty_data', [
'var_check_empty' => $cities,
'var_check_empty_rows' => 3,
])
@foreach ($cities as $city)
@php $i++ @endphp
{{-- --}}
@endforeach
# |
{{ __('messages.Name') }} |
{{ __('messages_301.Country name') }} |
{{ $skipCount + $i }} | {{ $city->name }} |
{{ $city->country->name }} |
|
{{ $cities->appends(Request::except(['_token']))->links() }}