@php $inputClass = 'dark:bg-dark-900 shadow-theme-xs focus:border-brand-300 focus:ring-brand-500/10 dark:focus:border-brand-800 h-11 w-full rounded-lg border border-gray-300 bg-transparent px-4 py-2.5 text-sm text-gray-800 placeholder:text-gray-400 focus:ring-3 focus:outline-hidden dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30'; @endphp
{{-- Portal --}}
@error('gallery_portal')
{{ $message }}
@enderror
{{-- Gallery Slug --}}
@error('gallery_code')
{{ $message }}
@enderror
{{-- Status + Category --}}
@error('gallery_status')
{{ $message }}
@enderror
@error('gallery_cat')
{{ $message }}
@enderror
{{-- Date + Location --}}
@error('gallery_date')
{{ $message }}
@enderror
@error('gallery_location')
{{ $message }}
@enderror
{{-- Thumbnail --}}
@if($gallery->gallery_thumbnail)
Current: {{ basename($gallery->gallery_thumbnail) }}
@endif
* PNG, JPG or JPEG, max 1MB, dimensions 425x300 px.
@error('gallery_thumbnail')
{{ $message }}
@enderror