@extends('layouts.app') @section('title',$document->reference) @section('page-title',$document->reference) @section('topbar-actions') Imprimer @if(auth()->user()->isAdmin())
@endif @endsection @section('content')| # | Désignation | Qté | Unité | PU HT | Remise | HT |
|---|---|---|---|---|---|---|
| {{ $line->ligne_ordre }} |
{{ $line->designation }}
@if($line->reference_prod){{ $line->reference_prod }} @endif
@if($line->notes_ligne){{ $line->notes_ligne }} @endif
|
{{ $line->quantite }} | {{ $line->unite ?? '—' }} | {{ number_format($line->prix_unitaire,0,',',' ') }} | {{ $line->remise>0 ? $line->remise.'%' : '—' }} | {{ number_format($line->montant_ht,0,',',' ') }} |
| Sous-total HT | {{ number_format($document->sous_total,0,',',' ') }} | |||||
| Remise ({{ $document->remise_globale }}%) | -{{ number_format($document->remise_montant,0,',',' ') }} | |||||
| TVA ({{ $document->tva_taux }}%) | {{ number_format($document->tva_montant,0,',',' ') }} | |||||
| TOTAL TTC | {{ number_format($document->total_ttc,0,',',' ') }} XAF | |||||