DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
LIST OF RESERVED STUDENTS
@if($finalStartDate == $finalEndDate)
Date Covered: {{date_format(date_create($finalStartDate),"F d, Y")}}
@else
Date Covered: {{date_format(date_create($finalStartDate),"F d, Y")}} - {{date_format(date_create($finalEndDate),"F d, Y")}}
@endif
|
Student Name |
Track |
Last School Attended |
Date Reserved |
@if(count($lists)>=1)
@foreach($lists as $list)
{{++$x}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} |
{{$list->course}} |
{{$list->last_school}} |
{{date_format(date_create($list->transaction_date),"F d, Y")}} |
@endforeach
@else
Nothing to show. |
@endif
Prepared by:
{{Auth::user()->firstname}} {{Auth::user()->lastname}}
Registrar Staff
{{date('Y-m-d h:i:s A')}}
|