@extends('layouts.main') @section('content')
Dossiers > {{ $dossier->numdossier }}

{{ $dossier->nomclient }}

{{ $dossier->numdossier }}

{{ $dossier->typedossier }}


Client destination

{{ $dossier->destinataire }}

Destination Marchandise

{{ $dossier->destination_marchandise }}

Pays destination

{{ $dossier->paysdestination }}

BL

{{ $dossier->bl_number }}

Navire

{{ $dossier->datearrivee_navire }}

Colis

{{ $dossier->marchandise }}

Poids

{{ $dossier->poids_marchandise }}

Transporteur

{{ $dossier->transporteur }}


Suivi par {{ $dossier->suivipar }}

Ouvert le {{ $dossier->dateouvert_timestamp }}

{{ count($documents_scan) }}
Documents scannés
{{ count($gatepass_conteneurs) }}
GatePASS

GatePASS

Clôturer le dossier @foreach ($gatepass_conteneurs as $gp ) @endforeach
N° conteneur Transporteur Véhicule Colis Poids Localisation F Etat Date GatePass Date WayBill
{{ $gp->numconteneur }} {{ $gp->transporteur }} {{ $gp->vehicule }} {{ $gp->colis }} {{ $gp->poids }} Kg {{ $gp->localisation }} {{ $gp->f }} @if($gp->valider == 0) @else @endif {{ $gp->datesave }} @if($gp->datecloturer == null) @else {{ $gp->datecloturer }} @endif
@foreach ($gatepass_Vehicule as $gp ) @endforeach
Chassis Transporteur Véhicule Colis Poids Localisation F Etat Date GatePass Date WayBill
{{ $gp->numchassis }} {{ $gp->transporteur }} {{ $gp->vehicule }} {{ $gp->colis }} {{ $gp->poids }} Kg {{ $gp->localisation }} {{ $gp->f }} @if($gp->valider == 0) @else @endif {{ $gp->datesave }} @if($gp->datecloturer == null) @else {{ $gp->datecloturer }} @endif
@foreach ($gatepass_Charbon as $gp ) @endforeach
Produit Transporteur Véhicule Colis Poids Localisation F Etat Date GatePass Date WayBill
{{ $gp->numchassis }} {{ $gp->transporteur }} {{ $gp->vehicule }} {{ $gp->colis }} {{ $gp->poids }} Kg {{ $gp->localisation }} {{ $gp->f }} @if($gp->valider == 0) @else @endif {{ $gp->datesave }} @if($gp->datecloturer == null) @else {{ $gp->datecloturer }} @endif
@foreach ($gatepass_Vrac as $gp ) @endforeach
Produit Transporteur Véhicule Colis Poids Localisation F Etat Date GatePass Date WayBill
{{ $gp->numchassis }} {{ $gp->transporteur }} {{ $gp->vehicule }} {{ $gp->colis }} {{ $gp->poids }} Kg {{ $gp->localisation }} {{ $gp->f }} @if($gp->valider == 0) @else @endif {{ $gp->datesave }} @if($gp->datecloturer == null) @else {{ $gp->datecloturer }} @endif
@endsection