@extends('layouts.index') @section('content')
| # | NOM LIGNE | VILLE DEPART | VILLE ARRIVEE | COÜT | GARE | RESPONSABLE | |
|---|---|---|---|---|---|---|---|
| {{ $ligne->id }} | {{ $ligne->nom_ligne }} | {{ $ligne->ville_deb}} | {{ $ligne->ville_fin }} | {{ $ligne->distance }} | {{ $ligne->gare->nom_gare }} | {{ $ligne->personne->nom }} - {{ $ligne->personne->prenom }} |
|