@extends('layouts.appv2') @section('content') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
Entitled Monitoring
@php $counter = 1; @endphp @if (!$leaveglobal->isEmpty()) @foreach ($leaveglobal as $list) @endforeach @else @endif
No Name Year Type Grade AL Taken Last Year AL Entitled Last Year Balance Last Year Carry Forward AL Total AL ML EL CML PTL MTL PI HOSP MGL
{{ $counter++ }} {{ $list['leave']->employee_first_name }} {{ $list['leave']->year_entitled }} {{ $list['leave']->emptype_code}} {{ $list['leave']->grade_code}} {{ $list['ALtakenlastyear'] }} {{ $list['ALentitledlastyear'] }} {{ $list['leave']->balance_last_year}} {{ $list['leave']->carry_forward}} {{ $list['leave']->AL}} {{ $list['leave']->total_AL }} {{ $list['leave']->ML}} {{ $list['leave']->EL}} {{ $list['leave']->CML}} {{ $list['leave']->PTL}} {{ $list['leave']->MTL}} {{ $list['leave']->PI}} {{ $list['leave']->HOSP}} {{ $list['leave']->MGL}}
No Data Found
@endsection