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

{{ __('staff') . ' ' . __('leaves') }}

{!! Form::hidden('holiday_days', $holiday_days ?? '', ['class' => 'form-control holiday_days']) !!} {!! Form::hidden('public_holiday', $public_holiday ?? '', ['class' => 'form-control public_holiday']) !!}
{!! Form::select('session_year_id', $sessionYear, $current_session_year->id, ['class' => 'form-control', 'id' => 'session_year_id']) !!}
{!! Form::select('filter', ['All' => __('all'),'Today' => __("today"), 'Tomorrow' => __('Tomorrow'), 'Upcoming' => __('Upcoming')], 'All', ['class' => 'form-control', 'id' => 'filter_upcoming']) !!}
{!! Form::select('month', $months, null, ['class' => 'form-control',' id' => 'filter_month_id', 'placeholder' => __('all')]) !!}
{!! Form::select('user_id', $users, null, ['class' => 'form-control', 'id' => 'filter_user_id','placeholder' => __('all')]) !!}
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('from_date') }} {{ __('to_date') }} {{ __('total') }} {{ __('reason') }} {{ __('attachments') }} {{ __('status') }} {{ __('created_at') }} {{ __('action') }}
@endsection