@extends('frontend.layouts.app') @section('meta_title', 'Forget Password') @section('content')
Forgot Password
{{-- --}} Enter your email that is linked
your account
@csrf
@error('email'){{ $message }}@enderror
@endsection