@extends('layouts.app') @section('content')
{{ isset($gallery) ? 'Edit Gallery' : 'Create Gallery' }}
Back
@include('partials.errors')
@csrf @if(isset($gallery)) @method('PUT') @endif
@if(isset($gallery) && !empty($gallery->image))
@endif
@endsection