@extends('layouts.master') @section('content')
{{Session::get('message_error')}}
@endif| No | Reference | Trajet | Entreprise | Produit | Date debut | date fin | Veh affectés | Description charroi | Description Générale | Commentaire Annulation | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$key}} | @if($voy->status_annule==0) @if(Auth()->user()->roles()->whereIn('role_id', [1,2,12,29,41])->exists()) {{$voy->reference_voy}} @else {{$voy->reference_voy}} @endif @else {{$voy->reference_voy}} @endif | {{$voy->trajet}} | {{$voy->nom_entreprise}} - {{$voy->siege_social}} | {{$voy->nom_produit}} | {{$voy->date_depart}} | {{$voy->date_fin_mission}} | {{$voy->nbre_veh_reel}} | {{$voy->description_charroi}} | {{$voy->description_general}} | {{$voy->comment_annule}} | @if($voy->status_annule==0) @if($voy->stat_ended==0) @if(Auth()->user()->roles()->whereIn('role_id', [1, 12])->exists()) Block Annuler Edit @else En cours... @endif @else Blocked Unlock @endif @else Annulé @endif |