@if($row->date == null) Not Marked @else @if($row->application_status == "approved") On Leave @else Marked @endif @if ($row->is_late == 1)  Late @endif
Clock In IP: {{ $row->clock_in_ip_address ?? "Not Set" }}
Clock Out IP: {{ $row->clock_out_ip_address ?? "Not Set" }}
Working From: {{ $row->working_from ?? "Office" }}
Notes: {{ $row->notes ?? "Not Set" }}
@endif