@extends('dashboard.base') @section('css') @endsection @section('content')

Create new Holiday

@if(Session::has('message')) @endif
@csrf
Date
Title
Details (If any)
Return
@endsection @section('javascript') @endsection