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

{{ __('student') . ' ' . __('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( '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'), ]) !!}
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('from_date') }} {{ __('to_date') }} {{ __('total') }} {{ __('reason') }} {{ __('attachments') }} {{ __('status') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection