@extends('main.main_back') @section('style-up') @endsection @section('title') Modifier un voyage @endsection @section('pagination') Voyage @endsection @section('content')
Liste
@php $value_id = $item->id; $ref = $item->tra_ref; $bus_id = $item->bus_id; $agency_id = $item->agency_id; $trajet_id = $item->trajet_id; $date_depart = $item->tra_date_depart; $date_arrived = $item->tra_date_arrived; $type = $item->tra_type; @endphp

Enregistrements des informations

@endsection @section("script-up") @endsection @section("script-down") @endsection