{{-- New Invoice quick button --}}
@if(in_array('invoices', $enabledModules ?? []))
New Invoice
@endif
{{-- My Store link --}}
@php $storeSettings = auth()->user()->tenant->storefrontSettings; @endphp
@if($storeSettings?->is_enabled)
Store Live
@endif
{{-- Notifications --}}
{{-- User dropdown --}}