{{ View::make('layout.header') }}
    
Download PDF    Download Excel    {{-- hide and show --}}
Leave Type  :* 
Date From  :
Date To  :* 
Employee Name  :
Employee No.  :
Status  :* 
Category  :* 
Department  :* 
Branch  :* 
Emp No. Name Relief Type Date Days Reason Status

Replacement Leaves

@foreach ($replacement as $value) @endforeach
Name Date Days / Hours Reason Applied On Status
{{ $value->name }} {{ $value->start_date }} @if ($value->is_hourly == 1) {{ $value->no_hours }} @else {{ $value->no_granted }} @endif {{ $value->reason }} {{ $value->date_applied }} {{ $value->status }}
{{ View::make('layout.footer') }} @include('inc.timline-model')