@if($what_to_show == "month") @livewire('calendar.main-view') @elseif($what_to_show == "week") @livewire('calendar.week-view') @elseif($what_to_show == "year") @livewire('calendar.year-view') @endif