@props([
'navigation',
])
class([
'fi-topbar sticky top-0 overflow-x-clip',
'fi-topbar-with-navigation' => filament()->hasTopNavigation(),
])
}}
@if (!str_contains(Route::currentRouteName(), 'onboardings'))
{{
$attributes->style([
'margin-bottom: -70px',
])
}}
@endif
>
@role('merchant_admin')
@if (!str_contains(Route::currentRouteName(), 'onboardings') && !str_contains(Route::currentRouteName(), 'email-report'))
@livewire(App\Filament\Widgets\DailyCashFlowView::class)
@endif
@if (str_contains(Route::currentRouteName(), 'dashboard'))
@livewire(App\Filament\Widgets\OnboardingErrorView::class)
@endif
@if (str_contains(Route::currentRouteName(), 'email-report'))
@livewire(App\Filament\Widgets\EmailReportHelperView::class)
@endif
@endrole