@extends('layouts.frontendDashboard.master')
@section('title', 'Forgot Password')
@section('page-div-start')
@endsection
@section("content")
{{__('Forgot password') }}
@include('auth.backend.passwords.email-form')
@endsection
@push('scripts')
@endpush