@if(count($lists)>0)
| No. | Date Absent | Reason | Remarks | Actions | @foreach($lists as $list)
|---|---|---|---|---|
| {{++$x}} | {{date_format(date_create($list->date_absent),"M d, Y")}} | {{$list->category}} | {{$list->remarks}} |
@if($list->clinic_remarks == null)
X @endif |