@include('partials.head')
{{ __('Dashboard') }}
{{ __('Categories') }}
{{ __('Recherche') }}
@if ((request()->routeIs('account.*') || request()->routeIs('recurrence.*')) && request()->route('account'))
{{ __('Operations') }}
{{ __('operation.ajouter_operation') }}
{{ __('operation.ajouter_virement') }}
{{ __('operation.ajouter_prelevement') }}
{{ __('Récurrences') }}
{{ __('Importation') }}
{{ __('Statistiques') }}
@endif
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ $slot }} @fluxScripts