@extends('layouts.auth') @section('page_title', 'Reset Password') @section('title', 'We will send you a link to reset password') @section('content') @if (session('status')) @endif
@csrf
@include('layouts.includes.backend.validation_error', ['input' => 'email'])
@endsection