@php /* $layout_page = shop_auth $token $email */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@php $dataButton = [ 'class' => '', 'id' => '', 'type_w' => '', 'type_t' => 'buy', 'type_a' => '', 'type' => 'submit', 'name' => ''.sc_language_render('customer.password_reset'), 'html' => '' ]; @endphp @include($sc_templatePath.'.common.button.button', $dataButton)
@endsection