@php $isVendor = session('major_account_type') === 'vendeur'; @endphp Vikishop
@include('grands-comptes.vendor.partials.menu')
@include('grands-comptes.vendor.partials.top-header')

{{ __('messages.dashboard_title') }}

{{ $isVendor ? __('messages.dashboard_revenue') : __('messages.payment_links_amount') }}

{{ number_format($totalRevenue ?? 0, 2, ',', ' ') }} €

{{ $isVendor ? __('messages.grands_comptes_payment_links') : __('messages.invoices') }}

{{ $totalPaymentLinks ?? 0 }}

{{ $isVendor ? __('messages.grands_comptes_clients_bills') : __('messages.grands_compagnies') }}

{{ $totalBills ?? 0 }}

{{ $isVendor ? __('messages.grands_comptes_viki_bills') : __('messages.status_paid') }}

{{ $isVendor ? number_format($totalVikiBills ?? 0, 2, ',', ' ') . ' €' : ($totalPaidLinks ?? 0) }}

{{ __('messages.dashboard_sales_statistics_title') }}

{{ __('messages.dashboard_earnings_title') }}

@if($isVendor) @endif