{{-- register --}}
@csrf
@error('particular_name') {{ $errors->first('particular_name') }} @enderror
@error('register_classification_selection') {{ $errors->first('register_classification_selection') }} @enderror
{{-- edit --}}
@csrf
@error('edit_particular_name') {{ $errors->first('edit_particular_name') }} @enderror
@error('update_classification_selection') {{ $errors->first('update_classification_selection') }} @enderror
@push('scripts') @endpush