@extends('admin.layout') @section('content')

Holiday Details

@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror

Enter the exact date and time when the holiday starts

@error('start_date')

{{ $message }}

@enderror

Enter the exact date and time when the holiday ends

@error('end_date')

{{ $message }}

@enderror
@include('admin.components.emoji', ['selectedEmoji' => $holiday->emoji])
Cancel
@endsection