{{ View::make('layout.header') }}

Leave Request

{{ $pendingLeaves }}

Pending

{{ $cancellationpendingLeaves }}

Cancellation Pending

{{ $approvedLeaves }}

Approved

{{ $rejectLeaves }}

Rejected

Search Leave

@csrf
@php $hmonth1 = date('n-Y', strtotime('-1 months')); $hmonth2 = date('n-Y'); $hmonth3 = date('n-Y', strtotime('+1 months')); $hmonth = $hmonth2; @endphp        
@include('E-Leave.inc.calender-filter')

Staff Leave Details

      {{-- hide and show --}}
Category  :* 
Department  :* 
Branch  :* 
Date  :* 
Emp No. Name Relieve Applied On Type Date Days Reason Status

Replacement Leaves

  
@foreach ($replacement as $value) @php $color = '#82868b'; $sts = 'pending'; @endphp @endforeach
Name Date Days Reason Applied On Status
{{ $value->name }} {{ $value->start_date }} {{ $value->no_granted }} {{ $value->reason }} {{ $value->date_applied }}
⦿ {{ $sts }}
{{ View::make('layout.footer') }} @include('inc.timline-model')