@extends('nova::auth.layout') @section('content')
@if ($errors->has('email')) {{ $errors->first('email') }} @else {{ $errors->first('password') }} @endif