@include('admin.print-list.font-configs')
@php /* NOTE : WKTMLTOPDF doesn't use the actual browser domain to resolve the files. The wkhtmltopdf binary is on your machine and needs the real file path to the associated files like images and stylesheets. With public_path() you get the full path string like /var/www/html/public/css/mycss.css instead of http://example.org/css/mycss.css. We used therefore public_path instead of asset which generated a timeout */ $img = public_path('project/images/export/compo.png'); if (isset($dev)) { $img = asset('project/images/export/compo.png'); } @endphpHeure de composition : {{$debut_compo_vague}}
VAGUE N°{{$vague + 1}}Heure de composition : {{$debut_compo_vague}} |
||||
|---|---|---|---|---|
| N° | Matricule | Nom & Prénoms | Contact | Signature |
| {{$i + 1}} | {{$student->matricule}} | {{$student->nom ." ".$student->prenom}} | {{$student->adresse}} | |