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

Reset Password

Please provide your email and new password

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