@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('value'))
{{ $errors->first('value') }}
@endif