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

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


@permission('user-form-active-read')
@endpermission

{{strtoupper(__('texte.representatives_arr.index.id'))}} {{__('texte.representatives_arr.index.name')}} {{__('texte.representatives_arr.index.email')}} {{__('texte.representatives_arr.index.routes')}} {{__('texte.representatives_arr.index.objects')}} {{__('texte.representatives_arr.index.active_m')}}
@endsection