@php if (!$error && $errors->has($name)) { $error = $errors->first($name); } @endphp
@if ($error)

{{ $error }}

@endif