@extends('layouts.admin') {{ config('app.name', 'Laravel') }} | Admin | Holiday @section('main-content')
@if(Session::has('success')) @endif

Add Holidays

{{--
Allowed to set holidays for future only. ( Exception: Last week dates can be chosen in case of emergency. )
--}}
Holiday
Preview Image
Max Description: 1000 characters
@endsection