@extends('layouts.admin') @section('content')
Commerciale
Adresse
Téléphone
Nom Complet: {{ $commerciale->name ?? '' }}
Téléphone :{{ $commerciale->telephone ?? ''}}
Email : {{ $commerciale->email ?? '' }}
Adresse : {{ $commerciale->adresse ?? '' }}
Zones : {{ $commerciale->zone_operation ?? ''}}
Réf. | Date | Date Validation | Client | Commande | Montant | Avis | Statut | Action |
---|---|---|---|---|---|---|---|---|
{{ $c->ref ?? ''}} | {{ Carbon\Carbon::parse($c->date_commande)->format('d/m/Y') ?? ''}} | {{ Carbon\Carbon::parse($c->date_validation_banque)->format('d/m/Y') ?? ''}} | {{ $c->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 |