{{-- resources/views/admin/destinations/show.blade.php --}} @extends('admin.layouts.app') @section('title', $destination->name . ' - Destination Details') @section('page-title', 'Destination Details') @section('content')
No Image Available
{{ $destination->city }}, {{ $destination->country }}
@if($destination->description){{ $destination->description }}
@elseNo description available.
@endif{{ basename($destination->getRawOriginal('image_url')) }}
{{ Str::limit($template->description, 80) }}
@elseNo description available.
@endifThis destination doesn't have any trip templates yet. Get started by creating the first one!
Create First Template