@extends('frontend.layouts.app') @section('frontend_title', 'Tushar Enterprise') @section('frontend_content')
@csrf

Forgot Your Password

Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.

@if (session('status'))
{{ session('status') }}
@endif
@error('email')
{{ $message }}
@enderror
@endsection