@php /* $layout_page = shop_auth */ @endphp @extends($sc_templatePath.'.layout') @section('block_main') {{ trans('account.password_forgot') }} {{ csrf_field() }} {{ trans('customer.email') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {!! $viewCaptcha ?? ''!!} {{ trans('front.submit_form') }} @endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}}