@extends('layouts.master') @section('content') @include('layouts.header_voyage')

Reference voyage : {{$voyage->reference_voy}}

Nombre souhaités

{{$voyage->nbre_veh_souhaite}} Véhicules

Reste : {{$voyage->nbre_veh_souhaite - $voyage->nbre_veh_reel}}

Nombre Pulling

{{$voyage->nbre_veh_pulling}} Véhicules

Nombre semi remorques

{{$voyage->nbre_veh_semi}} Véhicules

Nombre Réels

{{$voyage->nbre_veh_reel}} Véhicules

@if(Session::has('message'))
{{Session::get('message')}}
@endif
Liste des vehicules
@foreach($auto as $auto) @endforeach
PLATE MARQUE PROPRIETAIRE PUISSANCE Type vehi Action
@if($auto->type_veh_id==1 OR $auto->type_veh_id==2) {{ $auto -> veh1 }}-{{ $auto -> veh2 }} @else {{ $auto -> veh1 }} @endif {{ $auto -> marque }} {{ $auto -> name }} {{ $auto -> puissance }} {{ $auto -> nom_type }} @if($auto->status_affect==0) @if($voyage->stat_ended==0) Affecter @endif @else Déjà affecté @endif
@foreach($auto_affected as $key=>$auto) @endforeach
CHAUFF CONVOY PLATE NUMBER DRIVING LICENCE PASSPORT NO TELEPHONE TONNAGE OWNER Action
{{++$key}} {{ $auto -> name }} @foreach($auto_affected_conv as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach @if($auto->type_veh_id==1 OR $auto->type_veh_id==2) {{ $auto -> veh1 }}-{{ $auto -> veh2 }} @else {{ $auto -> veh1 }} @endif {{ $auto -> num_permis }} {{ $auto -> cni_passport }} {{ $auto -> telephone }} {{ $auto -> tonage_international }} @foreach($auto_affected_prop as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach @if($voyage->stat_ended==0) Retirer @endif @if($auto->a_devis==0) Devis @else @if($auto->proo_by==0) Provisionner @else Voir provision @endif @endif
@foreach($auto_devis as $key=>$auto) @endforeach
CHAUFFEUR PLAQUE CARB LOC(L) FRAIS (BIF) CARB EXT(L) FRAIS($) Frais Mission($) Divers($) Total($) A servir($) TON. PROPRIETAIRE TRANSPORTEUR Action
{{++$key}} @if(Auth()->user()->roles()->whereIn('role_id', [1,41])->exists()) @if($auto->chauff==null) POPI @endif @endif {{$auto->name}} @if($auto->type_veh_id==1 OR $auto->type_veh_id==2) {{ $auto -> veh1 }}-{{ $auto -> veh2 }} @else {{ $auto -> veh1 }} @endif {{number_format($auto -> qte_carb_local) }} {{number_format($auto -> pt_carb_local) }} {{number_format($auto -> qte_carb_etranger) }} {{number_format($auto -> pt_carb_etranger) }} {{number_format($auto -> f_mission_chauff + $auto -> f_mission_convoyeur) }} {{number_format($auto -> f_policier + $auto -> city_counsil + $auto -> gps + $auto -> test_covid + $auto -> payage_routeT + $auto -> payage_routeH + $auto -> parking_kobero +$auto -> autres_parking + $auto -> movement_sheet + $auto -> loading + $auto -> cordage + $auto -> autre_frais) }} {{number_format($auto -> f_mission_chauff + $auto -> f_mission_convoyeur + $auto -> pt_carb_etranger + $auto -> f_policier + $auto -> city_counsil + $auto -> gps + $auto -> test_covid + $auto -> payage_routeT + $auto -> payage_routeH + $auto -> parking_kobero +$auto -> autres_parking + $auto -> movement_sheet + $auto -> loading + $auto -> cordage + $auto -> autre_frais) }} {{number_format($auto -> f_mission_chauff + $auto -> f_mission_convoyeur + $auto -> f_policier + $auto -> city_counsil + $auto -> gps + $auto -> test_covid + $auto -> payage_routeT + $auto -> payage_routeH + $auto -> parking_kobero +$auto -> autres_parking + $auto -> movement_sheet + $auto -> loading + $auto -> cordage + $auto -> autre_frais) }} {{ $auto -> tonage_international }} @foreach($auto_devis_prop as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach @foreach($auto_devis_transporteur as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach Fiche @if(Auth()->user()->roles()->whereIn('role_id', [1,12])->exists()) @if($voyage->stat_ended==0) Edit @endif @endif
@stop @section('page-script') @stop