Home

>

Availability Management

Add
@if (session('success'))
{{ session('success') }}
@endif
@if (isset($getcalenders)) @foreach ($getcalenders as $index => $calender) @endforeach @endif
S.NO USER NAME StartDate title status Created at
{{ $index + 1 }} {{ $calender->user->name ?? 'null' }} {{ $calender->startdate ?? 'null' }} {{ $calender->title ?? 'null' }} {{ $calender->status ?? 'null' }} {{ $calender->created_at ?? 'null' }}