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