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

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

@endsection @section('content')
@foreach (get_intitules_by_group([['slug', '=', 'categories']]) as $intitule) @endforeach
@foreach (get_intitules_by_group([['slug', '=', 'types-annuaires']]) as $intitule) @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.Uo') @lang('global.Raison Sociale') @lang('global.Address') @lang('global.Contacts') @lang('global.Action') @endsection @push('js') @endpush