@if(Auth::user()->email == 'shop@sen-services.com') @extends('layouts.admin') @section('content') BONJOUR !!PO 23 POY FG @endsection @endextends @else @extends('layouts.admin') @section('content')

Tableau de Bord

@if(Auth::user()->photo) @else @endif

{{ Auth::user()->name }}

Commerciale

  • {{ Auth::user()->adresse }}

    Adresse

  • {{ Auth::user()->telephone }}

    Téléphone

Mes Informations


Nom Complet: {{ Auth::user()->name ?? '' }}

Téléphone :{{ Auth::user()->telephone ?? ''}}

Email : {{ Auth::user()->email ?? '' }}

Adresse : {{ Auth::user()->adresse ?? '' }}

Zones : {{ Auth::user()->zone_operation ?? ''}}

Montant des Commandes validés

Total :

Commandes
{{ $nbre_commande->total }}
Montant Commande Validé
{{ $nbre_commande_encours->total }}
Commande En Cours
{{ $nbre_commande_valide->total }}
Commande Rejeté
{{ $nbre_commande_rejete->total }}
@foreach($commandes as $c) @endforeach
Réf. Date Client Commande Montant Avis Statut Action
{{ $c->ref ?? ''}} {{ Carbon\Carbon::parse($c->date_commande)->format('d/m/Y') ?? ''}} {{ $c->societe->nom ?? '' }} @if($c->commandedet) @foreach($c->commandedet as $p) {{ $p->label . ' => '. $p->qty ?? ''}} @endforeach @endif {{ number_format($c->total_ttc, 0, ' ', ' ') ?? '' }} @if($c->commandeextra) @if($c->commandeextra->avis_banque == 1) En Cours @elseif($c->commandeextra->avis_banque == 2) Validé @elseif($c->commandeextra->avis_banque == 3) Rejeté @elseif($c->commandeextra->avis_banque == 4) EMC @endif @endif Active
@csrf

{{ $commerciale->name. ' ' .$commerciale->email }}

Montant Commande par mois


@endsection @endextends @endif