@extends('main.main_back') @section('title') Liste des voyages @endsection @section('pagination') Voyages @endsection @section('style-up') @endsection @section('content')
| No |
|
Ref | Bus (Nbre Place) | Trajet | Nbre Place Dispo | Agence | Date départ | Type | Bordereau | Status | Admin | Date Reg | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} |
|
{{ $ref }} | {{ $bus }} ({{ $bus_place }}) | {{ $trajet }} | {{ $place_available }} | {{ $agency }} | {{ $date_depart_format }} | {{ $type }} | @if ($bordereau_ref === false) {{ "NON" }} @else {{ "OUI" }} @endif | @if ($status == 1) Actif @else Inactif @endif | {{ $admin }} | {{ $date_reg }} |