@if($editMode)
{{ __('taxonomy.update_subject') }}
@else
{{ __('taxonomy.add_subject') }}
@endif
@error('name')
{{ $message }}
@enderror

{{ __('taxonomy.subjects') }}

@if(!empty($subjects) && $subjects->count() > 0)
@foreach($subjects as $single) @endforeach
{{__('general.description')}} {{__('general.status')}} {{__('general.actions')}}
{!! $single->description !!}
{{ $single->status }}
{{ $subjects->links('pagination.custom') }} @else @endif