{{-- --}} @php $plus = ($cities->currentPage()-1) * 10; @endphp @foreach ($cities as $city) {{-- --}} @endforeach
  Name Region CountryPublished/UnpublishedAction
{{$loop->iteration + $plus}}
{{$city->title}}
@if($city->region) {{$city->region->title}} @endif
@if($city->country) {{$city->country->title}} @endif
{{ $cities->onEachSide(1)->links() }}