{{ __('Sell my products') }}
{{ __('Start selling your products easily through our secure platform.') }}
{{ __('Activate the selling feature') }}
{{ __("Activate your account now to start selling products on our platform. After activation, you'll be able to display your products professionally, manage orders easily, and communicate directly with customers.") }}
{{ __('Activation request') }}
{{ __('Sell my products') }}
{{ __('Start selling your products easily through our secure platform.') }}
{{ __('Your application is under review') }}
{{ auth()->user()->store?->account_holder_name }}
{{ auth()->user()->store?->bank_name }}
{{ auth()->user()->store?->IBAN }}
{{ __('The request is being processed') }}
{{ __('You can only access your products through the admin panel. This is for used products only.') }}
{{ __('Sell my products') }}
{{ __('Start selling your products easily through our secure platform.') }}
{{ auth()->user()->store?->products()->where('status',1)->where('count','>=',1)->count() ?? 0 }}
{{ __('Displayed products') }}
{{ auth()->user()->store?->orderProducts()->where('shipping_status','!=','shipped')->count() ?? 0 }}
{{ __('Products in the sales phase') }}
{{ auth()->user()->store?->orderProducts()->where('shipping_status','shipped')->count() ?? 0 }}
{{ __('Products sold') }}
0
{{ __('Visits to your seller profile') }}
{{ __('Store settings') }}
{{ __('Wallet') }}
{{ __('Orders') }}