@foreach($cities as $key=> $row)
{{ $row->title }} @if(isModuleExist('countries')) {{ $row->country->currentDescription->title ?? "" }} @endif @if(isModuleExist('regions')) {{ $row->region->currentDescription->title ?? "" }} @endif {{ __("general.$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if($cities->hasPages()) {{ $cities->links('pagination::bootstrap-5') }} {{-- {!! $cities->withQueryString()->links('pagination::bootstrap-5') !!}--}} {{-- {!! $cities->appends(Request::all())->links() !!}--}} @endif