@extends('layouts.appv2') @section('content')

Leaves

|

Staff Leave Record

Employee's Leave

@php $counter = 1; @endphp @if (!$leaveData->isEmpty()) @foreach ($leaveData as $list) @endforeach @else @endif
No. Employee Name Carried
Forward
AL RL Total
Leave Entitled
AL
Taken
EL
Taken
Total
Leave Taken
Balance
Leave
ML ML
Taken
ML
Balance
UPL Action
{{ $counter++ }} {{ $list['leave']->employee_first_name }} {{ $list['leave']->carry_forward }} {{ $list['leave']->AL }} {{ $list['leave']->RL }} {{ $list['leave']->total_AL }} {{ $list['ALtaken'] }} {{ $list['ELtaken'] }} {{ $list['TotalLeaveTaken'] }} {{ $list['leave']->total_AL }} {{ $list['leave']->ML }} {{ $list['MCtaken'] }} {{ $list['MLBalance'] }} {{ $list['UPLtaken'] }}
No Data Found
@endsection