@extends('layouts.admin') @section('title', 'Create Gallery') @section('content')

Create New Gallery

Back to Galleries
@csrf @if(Auth::guard('admin')->user()->is_super_admin)
Select the domain for this gallery @error('domain_id')
{{ $message }}
@enderror
@endif
The title of your gallery @error('title')
{{ $message }}
@enderror
The date when this gallery was created (will be displayed as "January 2026") @error('gallery_date')
{{ $message }}
@enderror
Optional description for the gallery @error('description')
{{ $message }}
@enderror
Add multiple images for this gallery. You can paste URLs or use the file manager to browse uploaded files.
Add multiple videos for this gallery. You can paste URLs or use the file manager to browse uploaded video files.
Lower numbers appear first (0 = highest priority) @error('sort_order')
{{ $message }}
@enderror
Inactive galleries won't be displayed on the frontend
Cancel
@endsection @push('scripts') @endpush