@include('livewire.admin.taxonomies.expert-levels.update')

{{ __('expert_levels.text') }}

@if(!empty($expertLevels) && $expertLevels->count() > 0) @foreach($expertLevels as $single) @endforeach
{{__('general.status')}} {{__('general.actions')}}
{{ $single->status }}
{{ $expertLevels->links('pagination.custom') }} @else @include('admin.no-record') @endif
@push('scripts') @endpush