{{$thiscompany}}

{{$thiscomparea}}

Employee Leave Sheet
Employee No.
: {{$employee->employee_no}}
Employee Name
: {{$employee->name.' '.$employee->lname}}
Date of Joining
: {{date('d-M-Y', strtotime($employee->joiningdate))}}
Designation
: {{$employee->designations->name}}
Department
: {{$employee->departments->name}}
@foreach($leavetypes as $eachlt) @endforeach @foreach($leavetypes as $eachlt) @endforeach @foreach($leavetypes as $eachlt) @endforeach @foreach($leavetypes as $eachlt) @endforeach @foreach($leavetypes as $eachlt) @endforeach
Leave Utilization(Summary){{str_replace('Leave', '', $eachlt->name)}}Unpaid
Carryforward Balance0
Entitlemnt For the Year{{$eachlt->leave_days}}{{$unpaid->avail}}
Utilised During the Year{{$eachlt->used_count}}{{$unpaid->used}}
Balance{{$eachlt->balance}}{{$unpaid->balance}}
@if($all_leaves->isNotEmpty()) @foreach($all_leaves as $eachal) @endforeach @else @endif
Leave Utilization(Detail)
Sl No. Leave Type From To No. of Days
{{$loop->iteration}} {{$eachal->leavetypes->name}} {{date('d-M-Y', strtotime($eachal->date_from))}} {{date('d-M-Y', strtotime($eachal->date_to))}} {{$eachal->no_days}}
{{trans('messages.no_data')}}
{{$systemsignature}}
Date Printed: {{date('d-M-Y')}}
@include("reports.partial.print")