@extends('templates.widget') @section('widget-header') @stop @section('widget-section')
@include($dayOfWeekView, ['day' => $day]) | @endforeach
---|
@include($dayView, [ 'componentId' => $componentId, 'day' => $day, 'dayInMonth' => $day->isSameMonth($startsAt), 'isToday' => $day->isToday(), 'events' => $getEventsForDay($day, $events), ]) | @endforeach