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

Profile Picture

thumbnail_picture && Storage::disk('elegant')->exists($gallery->thumbnail_picture)) style="background-image: url({{ Storage::disk('elegant')->url($gallery->thumbnail_picture) }})" @endif>
Set the profile picture. Only *.png, *.jpg and *.jpeg image files are accepted
@error('thumbnail_picture')
{{ $message }}
@enderror

Thumbnail Alt Text

--}}

Status

Set the Gallery status.

Gallery Details

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

Drop files here or click to upload.

Cancel