@props(['item' => null ,'attribute' => null]) @php $isEdit = isset($item) && $item->exists; @endphp
@csrf @if($isEdit) @method('PUT') @endif
expert_felid) ? 'checked' : '' }}>
{{ __('Please enter a valid name. The name should follow these rules:')}}
- {{ __('It should be in English.')}}
- {{ __('It cannot contain spaces.')}}
- {{ __('It cannot start with a number.')}}
- {{ __('It should only contain alphanumeric characters and underscores.')}}
- {{ __('It should be unique within the context.')}}