@php $edit = !empty($galleryPhoto->id); @endphp @extends('layouts.admin.master') @section('title') {{ $edit ? 'Edit' : 'Create' }} Gallery @endsection @section('content')

{{ $edit ? $editTitle : $title }}

Back
@csrf @if ($edit) @method('PUT') @endif
@if($edit && $galleryPhoto->file_path)
{{ $galleryPhoto->title }}
@endif
@endsection @push('js') @endpush