@if ($currentAttendance)
@php
$isExcused = $currentAttendance['status'] == 'excused' || $currentAttendance['status'] == 'sick';
$showMap = $currentAttendance['latitude'] && $currentAttendance['longitude'] && !$isExcused;
@endphp
@if ($currentAttendance['attachment'])

@endif
@if ($currentAttendance['note'])
@endif
@if ($showMap)
{{ $currentAttendance['latitude'] }}, {{ $currentAttendance['longitude'] }}
@endif
@if ($currentAttendance['time_in'] || $currentAttendance['time_out'])
@endif
@if ($currentAttendance['shift'] ?? false)
@endif
@if ($currentAttendance['barcode'] ?? false)
@endif