@php $loginNAME = Session::get('emp_name') @endphp

{{$loginNAME}}

@csrf
@foreach($approval as $index => $row) @endforeach
SNO TNO Name C-Off Date In Time Out Time Hours
{{ $index + 1 }} {{ $row->Tno }} {{ $row->Name }} {{ $row->CO_Date }} {{ date('h:i A', strtotime($row->Intime)) }} {{ date('h:i A', strtotime($row->Outtime)) }} {{ $row->Total_Hrs }}