@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 Show Entries from Other Users Calendar: May 1, 2023 Add Event @csrf Email To: Add comma separated list of emails Title: Type: @foreach($calendarEventTypes as $cet ) {{$cet->short_description}} @endforeach Date: Time @for ($i = 1; $i<=12; $i++) {{ $i }} @endfor @for ($i = 0; $i<=59; $i++) @php $formattedValue = ($i < 10) ? '0' . $i : $i; @endphp {{ $i }} @endfor AM PM All Day / No Specific Time Duration: 15 minutes 30 minutes 45 minutes 1 hour 1.5 hours 2 hours 3 hours 4 hours More than 4 hours Desc: Add to Teams Event: Add Event View Event Email To: Entered By: Event Type: Date: Time: Duration: Reminder: Description: Attachment: Edit Event Edit Event @csrf Email To: Add comma separated list of emails Title: Type: @foreach($calendarEventTypes as $cet ) {{$cet->short_description}} @endforeach Date: Time @for ($i = 1; $i<=12; $i++) {{ $i }} @endfor @for ($i = 0; $i<=59; $i++) @php $formattedValue = ($i < 10) ? '0' . $i : $i; @endphp {{ $i }} @endfor AM PM All Day / No Specific Time Duration: 15 minutes 30 minutes 45 minutes 1 hour 1.5 hours 2 hours 3 hours 4 hours More than 4 hours Desc: Add to Teams Event: Edit Event Day Week Month < > Monday Tuesday Wednesday Thursday Friday Saturday Sunday < > Morning @for($i = $dayHourStart; $i<=$dayHourEnd; $i++) {{ (($i<=12) ? $i : $i-12 ) }} : 00 @endfor Evening < > Monday Tuesday Wednesday Thursday Friday Saturday Sunday @push('scripts')
{{ $error }}
{{ $message }}
Calendar
Calendar: May 1, 2023
Add Event
View Event
Edit Event