@extends('layouts.auth') @section('content') @section('bodyClass', 'mobile_banner_minh_500 mob-bgbanner-cover')

{{ config('constants.auth_banner_text') }}

Forgot Password

@include('includes.message')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection