| Student Name | Teacher Name | Type | Date | Detail | Notify Parents | Actions | {{ ucfirst($discipline->user->FullName) }} | {{ ucfirst($discipline->teacher->FullName) }} | {{ ucfirst($discipline->type) }} | {{ date('Y-m-d H:i:s',strtotime($discipline->incident_date)) }} | {{str_limit($discipline->incident_detail,10,'...')}} | @if( $discipline->notify_parents == 1) @else @endif | @endforeach @else |
No Records Found |
@endif
|---|---|---|---|---|---|---|---|---|