@extends('layouts.master', ['hide_sidebar' => 'ok']) @section('title', 'title') @section('titlePageHeading', '') @section('content')
Code client
 {{ $client->code??'----' }}
Client
{{ $client->denomination }}
Canal
{{ $canal->libelle }}
Ville
{{ $client->livraisonZone ? $client->livraisonZone->libelle : '------' }}
Situation
{{ number_format($client->situation(), 2, ',', ' ') }} Dh
Statut
{{ $client->statuts_id == 3 ? 'Bloqué' : 'Active' }}
Obligatoire
Challenge
Recommandée
Optionnelle
Tout
Retour
Panier
{{-- --}}
0
{{--
--}}
Total:
0 DH
Tva:
0 %
Total à payer (Obj : {{ number_format($objectif_ca, 2, ',', ' ') }} DH ) :
0 DH
Infos livraison
@if (1 == 1 || session('action_editable')) @endif
@endsection