@extends('layouts.app') @section('content') @if(session('success'))
{{ session('success') }}
@endif

View Destinations

Add Destination
{{-- ===== SEARCH BAR ===== --}}

Showing 0 result(s) for ""

{{-- ===== /SEARCH BAR ===== --}}
@foreach($destinations as $key => $destination) @endforeach
SL Photo Destination Name Action
{{ $key + 1 }} @if($destination->photo) @endif {{ $destination->name }}
@csrf @method('DELETE')
{{-- No results message --}}

No destinations found matching your search.

{{-- ===== PAGINATION ===== --}}

{{-- ===== /PAGINATION ===== --}}
{{-- MODALS --}} @foreach($destinations as $destination) @endforeach @endsection