@extends('layouts.app') @section('link') @endsection @section('content')
{{__('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}} |
id)}}' title='{{__('texte.representatives_arr.routes.index.objects')}}' data-toggle='tooltip' @nonepermission('route-route-list') disabled @endnonepermission>
id)}}' title='{{__('texte.representatives_arr.routes.index.edit')}}' data-toggle='tooltip' @nonepermission('route-route-edit') disabled @endnonepermission>
|