@extends('layouts.master') @section('content')
{{Session::get('message')}}
@endif @if(Session::has('message_error')){{Session::get('message_error')}}
@endif| No | Owner | Province | Type de vehicule | Tour de mission | Carburant | Frais mission chauffeur | Frais mission convoyeur | Tot Frais | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{++$key}} | @if($tr->loc_owner==1) ITRACOM @else PARTICULIER @endif | {{$tr->nom_province}} | {{$tr->nom_type}} | {{$tr->tour}} | {{$tr->loc_carburant}} | {{$tr->loc_fmission_chauff}} | {{$tr->loc_fmission_convoy}} | {{$tr->loc_frais_mission}} | Modifier |