|
|
S.No. | {{ translate('Name') }} | {{ translate('Type') }} | {{ translate('City') }} | {{ translate('Country') }} | {{ translate('Latitude') }} | {{ translate('Longitude') }} | {{ translate('Actions') }} | |||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $k + 1 + ($ports->currentPage() - 1) * $ports->perPage() }} | {{ $item->name ?? '--' }} |
{{ str_replace('_', ' ', $item->type) ?? '--' }}
|
{{ str_replace('_', ' ', $item->city) ?? '--' }} | {{ $item->country ?? '--' }} | {{ $item->lat ?? '--' }} | {{ $item->lon ?? '--' }} | ||||||||||||||||||||||||||||||||||||||||||
|
@if (!empty(request()->search))
No result found@elseNo data added yet@endif |
|||||||||||||||||||||||||||||||||||||||||||||||||