@extends('layouts.admin-layout') @section('title') Edit Galleries @endsection @section('content')

Edit Galleries

Back
@csrf
@error('title') {{$message}} @enderror
Profile Preview
@error('gallery') {{ $message }} @enderror
@endsection @section('script') @endsection