@extends('layouts.master_auth') @section('title') Forgot Password @endsection @section('content')

Forgot Password

Please provide your email and we will send you reset link

@include('errors.list')
@csrf
@endsection @section('js') @endsection