@extends('nova::auth.layout') @section('content') @include('nova::auth.partials.header')
{{ csrf_field() }} @component('nova::auth.partials.heading') {{ __('Forgot your password?') }} @endcomponent @if (session('status'))
{{ session('status') }}
@endif @include('nova::auth.partials.errors')
@endsection