{{ __('admin_type_dictionary_label' ) }} @if (session()->has('message-error'))
{{ session('message-error') }}
@endif
{{ __('admin_dictionnary_types_title') }} ({{$types->total()}})
@can('create_dictionary_types') @endcan
@forelse($types as $t) @can('update_dictionary_types') @endcan @empty @endforelse
# {{ __('admin_table_code') }} {{ __('admin_table_description') }} Actions
{{ $loop->index + $types->firstItem() }} {{ $t->code }} {{ $t->description }}

{{ __('button_update') }} {{-- {{ __('button_delete') }} --}}
{{ __('admin_no_found_result') }}
{{ $types->links() }}
{{ $type ? __('dicoLang::messages.updateDictionaryType') : __('dicoLang::messages.addDictionaryType') }}
@if (session()->has('message-success'))
{{ session('message-success') }}
@endif
{{ __('button_cancel') }} @if(!$type) {{ __('button_save') }} @else {{ __('button_update') }} @endif