@extends('user::Layouts._master') @section('title') {{env('WEBSITE_TITLE')}} | Forgot Password @endsection @section('main-content')
@csrf

Forgotten Password ?

Enter your email to reset your password

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
{{-- Submit--}} {{-- Submit--}} Submit Cancel
@endsection