@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')
Commerciale
Adresse
Téléphone
Nom Complet: {{ Auth::user()->name ?? '' }}
Téléphone :{{ Auth::user()->telephone ?? ''}}
Email : {{ Auth::user()->email ?? '' }}
Adresse : {{ Auth::user()->adresse ?? '' }}
Zones : {{ Auth::user()->zone_operation ?? ''}}
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 |