@component('components.fullcalendar.calendar',[ 'class'=>'dgcproduct', 'url'=>route("products_calendar"), 'publicholiday'=>route("publicholiday"), 'options' => [ 'initialView'=>'dgcSixWeek', 'height'=>'70vh', ], 'views'=>array( 'dgc-six-week'=>[ 'type'=>'timelineWeek', 'duration'=>['month'=>3], 'slotDuration'=>['month'=>1], 'slotLabelFormat'=>[ ['month'=>'short', 'year'=>'numeric'], ], ], ), ]) @endcomponent