@extends('layouts.admin') @section('content')

Edit Gallery

@csrf @method('PATCH')

Gallery


@if($errors->has('title')) {{ $errors->first('title') }} @endif
Cancel
@endsection @section('scripts') @endsection