DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
OFFENSES SUMMARY
@if($category != "All")( {{$category}} )
@endif
@if($finalStartDate == $finalEndDate)
Date Covered : {{date_format(date_create($finalStartDate),"M d, Y")}}
@else
Date Covered : {{date_format(date_create($finalStartDate),"M d, Y")}} - {{date_format(date_create($finalEndDate),"M d, Y")}}
@endif
|
Offense Category |
Offense Description |
Count |
@foreach($offenses as $offense)
Notice: Undefined variable: offense in D:\xampp\htdocs\dmmc\resources\views\guidance\offenses\print_offenses_log_summary.blade.php on line 69
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\guidance\offenses\print_offenses_log_summary.blade.php on line 69
{{++$mj}} |
{{$offense->category}} |
{{$offense->offense_description}} |
{{$offense->count}} |
@endforeach
TOTAL OFFENSES |
{{$total}} |
Prepared by:
{{Auth::user()->firstname}} {{Auth::user()->lastname}}
@if(Auth::user()->accesslevel == 12) Discipline Officer @else Guidance Staff @endif
{{date('Y-m-d h:i:s A')}}
|