@extends('layouts.master') @section('title') {{ __('leave') }} {{ __('details') }} @endsection @section('content')

{{ __('list') }} {{ __('leave') }} {{ __('details') }}

@if ($staffs)
{!! Form::select('session_year_id', $staffs, null, [ 'class' => 'form-control', 'id' => 'filter_staff_id', 'placeholder' => __('select') .' '. __('staff') ]) !!}
@endif
{!! Form::select('session_year_id', $sessionYear, $current_session_year->id ?? null, [ 'class' => 'form-control', 'id' => 'filter_session_year_id', ]) !!}
{{ __('no.') }} {{ __('month') }} {{ __('allocated') }} {{ __('used') }} {{ __('remaining') }}
{{ __('CL') }} ({{ __('casual_leave') }}) {{ __('LWP') }} ({{ __('leave_without_pay') }}) {{ __('total') }} {{ __('CL') }} {{ __('total') }}
@endsection