@extends('admin.app') @section('title', 'Add Gallery') @section('content')
Add Gallery
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Only WEBP format allowed • Max size 500 KB
@csrf
Back
@endsection