@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('priority')) {{ $errors->first('priority') }} @endif