Leave Request Data

@if(count($expenseRequest)) @php $i = 0; @endphp @foreach($expenseRequest as $val) @php $i++; @endphp @endforeach @else @endif
# User For Date Approved By Approved On Amount Approved Amount Expense Type Proof Status Remarks Requested On
{{$i}} {{$val['user_fname']}} {{$val['user_lname']}} {{ $val['ForDate'] ? date('d-m-Y', strtotime($val['ForDate']) ) : '-' }} {{$val['approver_first_name'] . ' ' . $val['approver_last_name'] }} {{ date('d-m-Y h:i A', strtotime($val['ApprovedOn']) ) }} {{$val['Amount']}} {{$val['ApprovedAmount']}} {{$val['expenseType_name']}} @if($val['Status'] == 2) Approved @elseif($val['Status'] == 1) Rejected @else Pending @endif {{$val['Remarks']}} {{ $val['CreatedAt'] ? date('d-m-Y h:i A', strtotime($val['CreatedAt']) ) : '-' }}
No Schedule Found