@extends('nova::auth.layout') @section('content') @include('nova::auth.partials.header')
{{ csrf_field() }} @component('nova::auth.partials.heading') {{ __('Reset Password') }} @endcomponent @include('nova::auth.partials.errors')
@endsection