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

Upload Gallery Image

Only .webp images are allowed for optimal performance.

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Max size 2MB.

Cancel
@endsection