@extends('adminlte::page') @section('content_header')

@lang('global.Directories') @lang('global.List')

@endsection @section('content')
@foreach (get_all_uos() as $uo) @endforeach @foreach (get_intitules_by_group([['slug', '=', 'types-annuaires']]) as $intitule) @endforeach @foreach (get_intitules_by_group([['slug', '=', 'categories-annuaires']]) as $intitule) @endforeach @foreach (get_intitules_by_group([['slug', '=', 'activites']]) as $intitule) @endforeach @foreach ($gestionnaires as $manager) @endforeach @can('annuaires.create') {!! Util::Link(__('global.Add New'), route('annuaires.create'), 'plus', null, ['class' => Util::BTN_PRIMARY_SM]) !!} @endcan @lang('global.id') @lang('global.Type') @lang('global.Uo') @lang('global.RSociale') {{-- @lang('global.Full Address') --}} @lang('global.Contacts') {{-- @lang('global.Ctrl Announcement') --}} {{-- @lang('global.Subscriber') --}} @lang('global.Etat') @lang('global.Action')
@endsection @section('adminlte_js') @endsection