ملتقى الطلبة في المملكة المتحدة ودول أوروبا 2025
|
@php
$imageUrl = Storage::disk('public')->url($student->photo);
$fileExtension = pathinfo($student->passport_photo, PATHINFO_EXTENSION);
$imageUrl = Storage::disk('public')->url($student->passport_photo);
@endphp
@if (in_array($fileExtension, ['jpg', 'jpeg', 'png', 'gif']))

@else

@endif
|
Student Name: {{ $student->name }}
|
University Name: {{$student->university_name}}
|
Conference Date: 17th May 2025
|
Hotel Name: London Marriott Hotel Grosvenor Square
|
id.pkpass")}}" target="_blank">
|
 id")}}.png" alt="Passport Photo {{ url("/qr-codes/student-$student->id")}}.png" class="img-fluid" style="max-width: 200px;">
|