{{-- resources/views/admin/destinations/edit.blade.php --}} @extends('admin.layouts.app') @section('title', 'Edit Destination - ' . $destination->name) @section('page-title', 'Edit Destination') @section('content')
{{ basename($destination->getRawOriginal('image_url')) }}
This destination has {{ $destination->tripTemplates->count() }} associated trip template(s). Changing the image will affect how this destination appears in those templates.