@extends('layouts.master') @section('title', 'Voyages - Attente - Fin') @section('content')
Camion | {{ $end->camion->plaque }} |
---|---|
Chauffeur | {{ $end->chauffeur->firstName }} {{ $end->chauffeur->lastName }} |
Référence du voyage | {{ $end->voyage->ref }} |
Date de fin de déchargement | {{ \Carbon\Carbon::parse($end->end_date)->format('d/m/y') }} |
Produit | {{ $end->produit }} |
Capacité | {{ $end->capacite }} l |
Transport | @money($end->transport, 'XOF') |
Manquant | {{ $end->manquant }} l |
Tolérance | {{ $end->tolerance }} l |
Prix tolérance | @money($end->price_tolerance, 'XOF') |
Dette | @money($end->credit, 'XOF') |