@props([ 'event' => [], ]) @php $row = (int) ($event['all_day_row'] ?? 1); $end = $row + 1; $isMore = (bool) ($event['all_day_more'] ?? false); $isOverflow = (bool) ($event['all_day_overflow'] ?? false); @endphp
  • @if($isMore) @php $moreId = 'more-col-'.$event['start_col']; @endphp @else @php $showParams = [$event['calendar_slug'], $event['id']]; if (!empty($event['occurrence'])) { $showParams['occurrence'] = $event['occurrence']; } @endphp {{ $event['title'] }} @endif