@extends('nova::auth.layout') @section('content') @include('nova::auth.partials.header')
{{ csrf_field() }} @component('nova::auth.partials.heading') {{ __('Welcome Back!') }} @endcomponent @if ($errors->any())

@if ($errors->has('email')) {{ $errors->first('email') }} @else {{ $errors->first('password') }} @endif

@endif
@if (\Laravel\Nova\Nova::resetsPasswords()) @endif
@endsection