@if (Route::currentRouteName() == 'reports.index') @livewire('reports.index') @endif @if (Route::currentRouteName() == 'reports.daily.pettycash') @livewire('reports.daily.pettycash') @endif @if (Route::currentRouteName() == 'reports.monthly.mdbs') @livewire('reports.monthly.mdbs') @endif @if (Route::currentRouteName() == 'reports.monthly.mocbs') @livewire('reports.monthly.mocbs') @endif @if (Route::currentRouteName() == 'reports.monthly.pbs') @livewire('reports.monthly.pbs') @endif @if (Route::currentRouteName() == 'reports.monthly.rmbs') @livewire('reports.monthly.rmbs') @endif @if (Route::currentRouteName() == 'reports.monthly.ssd') @livewire('reports.monthly.ssd') @endif