@extends('main.main_back') @section('title') Liste des trajets @endsection @section('pagination') Trajets @endsection @section('style-up') @endsection @section('content')
| No |
|
Trajet | Date Départ | Date Arrivée | Distance | Prix | Statut | Admin | Date Reg | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} |
|
{{ $trajet }} | {{ $date_depart }} | {{ $date_arrived }} | {{ $distance }} | {{ $price }} | @if ($status == 1) Actif @else Inactif @endif | {{ $admin }} | {{ $date_reg }} |