@extends('layouts.app') @section('content')

{{ trans('lang.holidays') }}

@csrf @method('PUT')
@include('alerts.error_messages')
{{ trans('lang.holiday_edit') }}
{{ trans('lang.holiday_date_help') }}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection