@extends('admin.layouts.admin') @section('title', 'Create Holiday') @section('style') @endsection @section('content')

Create Holiday

@csrf

@error('date')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@include('admin.sections.footer')
@endsection @section('script') @endsection