@include('admin/reports/common/header')
Employee Over Time Report
@foreach($attendance as $row)
Name :
{{$row->name}}
Date :
{{$row->date}}
Hours :
{{$row->ot_hours}}
Rate :
{{$row->ot_rate}}
Amount :
{{$row->ot_amount}}
@endforeach