@extends('Admin.layout.app') @section('title', 'Edit Gallery') @section('page-title', 'Edit Gallery') @section('content')

Edit Gallery

Back
@csrf @method('PUT')
@if($gallery->image) {{ $gallery->title }} @endif
Leave empty if you don't want to change the image. @error('image')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@error('category')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Cancel
@endsection