@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 Active Inactive Gallery Details @foreach ($languages as $id => $language) {{ strtoupper($language) }} @endforeach @foreach ($languages as $id => $language) @php $languageCode = strtolower($language); @endphp Name ({{ strtoupper($language) }}) @endforeach Multi Images Drop files here or click to upload. @error('images') {{ $message }} @enderror Back Save Changes Please wait...