@php /* $layout_page = shop_auth */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')

{{ sc_language_render('customer.password_forgot') }}

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }}
@endif {!! $viewCaptcha ?? ''!!} @php $dataButton = [ 'class' => '', 'id' => 'sc_button-form-process', 'type_w' => '', 'type_t' => 'buy', 'type_a' => '', 'type' => 'submit', 'name' => ''.sc_language_render('action.submit'), 'html' => '' ]; @endphp @include($sc_templatePath.'.common.button.button', $dataButton)
@endsection