@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.passwords.reset_password_box_title')) @section('content')
{{ html()->form('POST', route('frontend.auth.password.email.post'))->id('frm_forgot')->open() }} @if(session('status'))
{{ session('status') }}
@endif @include('includes.partials.messages') {{ html()->form()->close() }}
@endsection