{!! $viewCaptcha ?? ''!!}
@php
$dataButton = [
'class' => '',
'id' => 'sc_button-form-process',
'type_w' => '',
'type_t' => 'buy',
'type_a' => '',
'type' => 'submit',
'name' => ''.sc_language_render('cart.checkout'),
'html' => 'onClick="location.href=\' '.sc_route('cart').' \'"'
];
@endphp
@include($sc_templatePath.'.common.button.button', $dataButton)