@extends('adminlte::page') @section('title', __('global.Heading').' '.__('global.List')) @section('content_header')

@lang('global.Heading') @lang('global.The List')

@endsection @section("content") {{-- @if (auth()->user()->role->name != 'client') @foreach (get_intitules_by_group([['slug', 'rubriques']]) as $intitule) @endforeach @endif --}}
@can('rubriques.create') {!! Util::Link(__('global.Add New'), route('rubriques.create'), 'plus', null, ['class' => Util::BTN_PRIMARY_SM]) !!} @endcan @lang('global.Id') @lang('global.Type') @lang('global.Directories') @lang('global.Heading') @lang('global.Description') @lang('global.Action') {{-- @foreach ($annuaires as $annuaire) {{ $annuaire->id }} @if ($annuaire->getLogoAttribute() != null) @else
@endif {{ $annuaire->raison_sociale }}
{{ $annuaire->denomination }}
    @foreach ($annuaire->rubriques as $intitule)
  • {{ $intitule->libelle }}
  • @endforeach
{{ $annuaire->note ? Str::limit($annuaire->note, 90, ' ...') : '-' }} {!! Util::Dropdown(( Util::DropDownItem(Util::FA_ICON("edit").' '.__('global.Edit'), route('rubriques.edit', $annuaire->string_id), ['class' => '']). Util::DropDownDivider(). Util::DropDownItem(Util::FA_ICON("trash").' '.__('global.Delete'), route('rubriques.destroy', $annuaire->string_id), ['class' => 'bg-danger ajax-delete']) )) !!} @endforeach --}}
@endsection @section('adminlte_js') @endsection