@extends('frontend.layouts.customer-login') @section('title', 'Customer Login' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content') {{ html()->form('POST', route('frontend.auth.password.reset'))->class('login-form')->open() }} {{ html()->hidden('token', $token) }} @if(isset($email)) {{ html()->hidden('email', $email) }} @endif