@canany(['destination-edit', 'destination-view', 'destination-delete']) @endcanany @if (count($query) > 0) @foreach ($query as $key => $data) @canany(['destination-edit', 'destination-view', 'destination-delete']) @endcanany @endforeach @else @endif
Name Full Address Description Location Url Country City AreaActions
{{ $data->name }} {{ $data->full_address }} {{ $data->description }} {{ $data->location_url }} {{ $data?->country?->name ?? '' }} {{ $data?->city?->name ?? '' }} {{ $data?->area?->name ?? '' }} @can('destination-edit') @endcan @can('destination-view') @endcan @can('destination-delete') @endcan

No data found