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

Admin Panel

Create Gallery

@csrf @method('POST')
@error('gallery_img') {{ $message }} @enderror
@endsection @section('script') @endsection