Location Services: Required for accurate check-in/out.
@if($attendance && $attendance->check_in_time) {{ $attendance->check_in_time->format('H:i') }} @else --:-- @endif
@if($attendance && $attendance->check_out_time) {{ $attendance->check_out_time->format('H:i') }} @else --:-- @endif
@if($attendance && $attendance->total_hours) {{ number_format($attendance->total_hours, 1) }}h @else 0.0h @endif