ملتقى طلبة الساحل الشرقي في نيويورك 2024
@php $imageUrl = Storage::disk('public')->url($student->photo); @endphp
Student Name:
{{ $student->name }}
University Name:
{{$student->university_name}}
Conference Date:
21st of September
Hotel Name:
NEW YORK MARRIOTT AT THE BROOKLYN BRIDGE
@php // Get the file extension of the passport photo $fileExtension = pathinfo($student->passport_photo, PATHINFO_EXTENSION); $imageUrl = Storage::disk('public')->url($student->passport_photo); @endphp
Show/Hide Paasport
@if (in_array($fileExtension, ['jpg', 'jpeg', 'png', 'gif']))
@else
Download Passport
@endif
id")}}.png" alt="Passport Photo" class="img-fluid" style="max-width: 200px;">