@extends('admin.layouts.app') @section('title', 'Add Gallery') @section('section')

Gallery Form

@csrf

Gallery Section

Profile Preview @error ('image') {{$message}} @enderror

@endsection @section('script') @endsection