{{ $eventDate->format('jS') }} of {{ $eventDate->format('F') }}
Hotel Name:
{{ $eventVenue }}
@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