@extends('layouts.admin-layout') @section('title') Add Gallery @endsection @section('content')

Add Gallery

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