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

Generate Earned Leave Process




@if($error && $error!="")
{{$error}}
@endif
@if($employee!="" && count($employee)>0)
@if(in_array("approve_credits", $emp_previllages)) @endif
@if($year_credit_temp==1) @endif @php $si=0; @endphp @if($employee!="" && count($employee)>0) @foreach($employee as $employeelist) @if($year_credit_temp==1) @endif @endforeach @endif
Si.No Employee Code Employee Name Total Working Days Present Month CreditYear Credit
{{++$si}} {{$employeelist->username}} {{$employeelist->name}} {{$total_days}} {{$employeelist->countof}} {{($total_days==$employeelist->countof)?$month_credit:"0 "}}{{$year_credit}}
@endif
@endsection