@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/bootstrap-select/css/bootstrap-select.min.css") !!} {!! HTML::style("assets/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker.css") !!} {!! HTML::style("assets/global/plugins/jquery-multi-select/css/multi-select.css") !!} {!! HTML::style("assets/global/plugins/fullcalendar/fullcalendar.min.css") !!} @stop @section('mainarea')

{{ trans("pages.holidays.indexTitle") }} - {{ $current_year }}

{{--INLCUDE ERROR MESSAGE BOX--}} {{--END ERROR MESSAGE BOX--}}
{{--
--}} {{--{!! Form::open(['route' => 'admin.holidays.change_year', 'method' => 'get']) !!}--}}
{{--{!! Form::close() !!}--}} {{--
--}}
{{--Add Holidays MODALS--}} {{--Add Holidays MODALS--}} {{--MODAL CALLING--}} @include('admin.common.delete') {{--MODAL CALLING END--}} @stop @section('footerjs') {{--Page Level JS--}} {!! HTML::script("assets/global/plugins/bootstrap-select/js/bootstrap-select.min.js") !!} {!! HTML::script("assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js") !!} {!! HTML::script("assets/global/plugins/jquery-multi-select/js/jquery.multi-select.js") !!} {!! HTML::script("assets/global/plugins/jquery.quicksearch.js") !!} {!! HTML::script('assets/js/ajaxform/jquery.form.min.js')!!} {!! HTML::script("assets/global/plugins/moment.min.js")!!} {!! HTML::script("assets/global/plugins/fullcalendar/fullcalendar.min.js")!!} {!! HTML::script("assets/global/plugins/fullcalendar/lang-all.js")!!} {!! HTML::script("assets/admin/pages/scripts/components-pickers.js") !!} {{--Page Level js end--}} @stop