@include('partials.head')
@if(auth()->user()->type === 'admin')
Admin
@else
{{ ucfirst(auth()->user()->role ?? 'Merchant') }}
@endif
v{{ config('app.version', '1.0') }}
@if(auth()->user()->type === 'admin')
{{ __('User Management') }}
{{ __('Data Sync') }}
@else
{{ __('Dashboard') }}
{{ __('Cashups') }}
{{ __('Week Comparison') }}
{{ __('Month Comparison') }}
{{ __('Category Analysis') }}
{{--
{{ __('Purchase Analysis') }}
--}} {{--
{{ __('Purchase Analysis') }}
--}}
{{ __('Graphs') }}
{{ __('Time Period Analysis') }}
{{ __('Sales Verification') }}
{{ __('AI Insights') }}
{{--
{{ __('Supplier Performance') }}
{{ __('Category Insights') }}
{{ __('Cost Trends') }}
{{ __('Inventory Turnover') }}
{{ __('Purchase Variance') }}
--}} @if(auth()->user()->hasPermission('manage_users'))
{{ __('Sub-Users') }}
@endif @endif
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
@csrf
{{ __('Log Out') }}
{{ $slot }} @fluxScripts @stack('scripts')