@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 status == 'active') selected @endif>Active status == 'inactive') selected @endif>Inactive Set the Gallery status. Gallery Details @foreach ($languages as $id => $language) {{ strtoupper($language) }} @endforeach @foreach ($languages as $id => $language) @php $languageCode = strtolower($language); @endphp Name ({{ strtoupper($language) }}) @endforeach Gallery Images Drop files here or click to upload. Cancel Save Changes Please wait...