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

{{__('texte.representatives_arr.routes.index.routes')}}


@permission('route-form-date-read')
@endpermission
@foreach($routes as $route) @endforeach
{{__('texte.representatives_arr.routes.index.id')}} {{__('texte.representatives_arr.routes.index.representative')}} {{__('texte.representatives_arr.routes.index.date')}} {{__('texte.representatives_arr.routes.index.note')}}
{{$route->id}} {{$route->user->name}} {{date("d.m.Y",strtotime($route->date))}} {{$route->note}}
@endsection