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

{{$loginNAME}}

@csrf
@foreach($approval as $index => $row) @endforeach
SNO TNO Name From Date From Time To Time Hours Type Remark
{{ $index + 1 }} {{ $row->Tno }} {{ $row->Name }} {{ $row->Edate }} {{ date('h:i A', strtotime($row->Fromtime)) }} {{ date('h:i A', strtotime($row->Totime)) }} {{ $row->Total }} {{ $row->Reason }} {{ $row->Remarks }}