@extends('layouts.app') @section('content') @php $isAdmin = optional(auth()->user()->role)->role_name === 'admin'; @endphp @if(session('success'))
| SL | Photo | Destination Name | Action |
|---|---|---|---|
| {{ $destinations->firstItem() + $key }} |
@if($destination->photo)
No photo
@endif
|
{{ $destination->name }}
@if($destination->short_description)
@endif
|
|
| No destinations found. | |||
Showing {{ $destinations->firstItem() }}–{{ $destinations->lastItem() }} of {{ $destinations->total() }} destinations
{{ $destinations->onEachSide(1)->appends(request()->query())->links() }}