@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('priority')) {{ $errors->first('priority') }} @endif
is_featured == 1) ? 'checked' : '' !!}> @if ($errors->has('is_featured')) {{ $errors->first('is_featured') }} @endif