@extends('frontend.master') @section('content')
@include('frontend.include.backendAlert')
@endsection @section('customScript') @endsection {{-- @extends('frontend.master') @section('content')
{{ __('Forgot Password') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@endsection --}}