@if($first_img_id && $open_image && $first_img_id->id != $open_image->id) @endif @if($open_image) file_path)}}" alt="" class="rounded-xl max-w-[100%] max-h-[550px] w-auto h-auto inline-block " x-transition:enter="transition ease-out duration-300" x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100" x-transition:leave="transition ease-in duration-300" x-transition:leave-start="opacity-100 scale-100" x-transition:leave-end="opacity-0 scale-90"> @else @endif @if($last_img_id && $open_image && $last_img_id->id != $open_image->id) @endif
Download
@if (Auth::user()->hasRole(['admin'])) @foreach ($document_types as $document_type)
{{$document_type->title}}
@endforeach @endif