@extends('nova::auth.layout') @section('content')
@include('nova::auth.partials.header')

Mission control

{{ csrf_field() }} @if ($errors->any())

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

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

Not an administrator? Member login here
@endsection