Employee
@for($i = 0;$i < count($period);$i++)
{{ $period[$i] }}
@endfor
@foreach($period as $date)
Status
Clock In
Clock Out
@endforeach
@for($i = 0;$i < count($a);$i++)
@for($j = 0;$j < count($a[$i]);$j++)
{{ $a[$i][$j]}}
@endfor
@endfor