@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{isset($changed_routes) ? __('texte.routes_arr.index.revised_routes') : __('texte.routes_arr.index.routes')}}


@permission('route-form-user-read')
@endpermission @permission('route-form-date-read')
@endpermission
{{__('texte.routes_arr.index.id')}} {{__('texte.routes_arr.index.representative')}} {{__('texte.routes_arr.index.date')}} {{__('texte.routes_arr.index.note')}} {{__('texte.routes_arr.index.actions')}}
@endsection