@section('title', 'Add Gallery') @push('style') @endpush @push('script') @endpush
@csrf
{{--

Thumbnail Picture

Set the profile picture. Only *.png, *.jpg and *.jpeg image files are accepted
@error('thumbnail_picture')
{{ $message }}
@enderror

Thumbnail Alt Text

--}}

Status

Gallery Details

@foreach ($languages as $id => $language)
@php $languageCode = strtolower($language); @endphp
@endforeach

Drop files here or click to upload.

@error('images')
{{ $message }}
@enderror