@extends('layouts.master') @section('title', $title) @section('header-line') @endsection @section('content')
@if ($error = Session::get('error'))

{{ $error }}

@endif @if ($message = Session::get('message'))

{{ $message }}

@endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Calendar

Calendar: May 1, 2023

Add Event

@csrf
Add comma separated list of emails

@for($i = $dayHourStart; $i<=$dayHourEnd; $i++) @endfor
Morning
{{ (($i<=12) ? $i : $i-12 ) }} : 00
Evening
@push('scripts')