@extends('front.layout') @section('styles') @endsection @section('pagename') - {{__("Reset Password")}} @endsection @section('meta-description', !empty($seo) ? $seo->forget_password_meta_description : '') @section('meta-keywords', !empty($seo) ? $seo->forget_password_meta_keywords : '') @section('breadcrumb-title') {{__("Reset Password")}} @endsection @section('breadcrumb-link') {{__("Reset Password")}} @endsection @section('content') @if (session('status')) {{ session('status') }} @endif @csrf {{__('Email Address')}}* @error('email') {{ $message }} @enderror {{ __('Send Password Reset Link') }} @endsection
{{ $message }}