@if ($errors->has('email'))

<span class="text-danger">{{ $errors->first('email') }}</span>

@endif