@extends('layouts.sidebar') @section('content')
{{ $attendance->check_in ?? 'Belum masuk' }}
@if($attendance->check_in) {{ \Carbon\Carbon::parse($attendance->date . ' ' . $attendance->check_in)->format('d F Y H:i') }} @endif{{ $attendance->check_out ?? 'Belum keluar' }}
@if($attendance->check_out) {{ \Carbon\Carbon::parse($attendance->date . ' ' . $attendance->check_out)->format('d F Y H:i') }} @endif{{ $attendance->participant->program_type }}
{{ $attendance->participant->barcode_id }}