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

{{ sc_store('title') }}

{{ sc_store('address') }}

{{ sc_store('long_phone') }}

{{ sc_store('email') }}

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
{!! $viewCaptcha?? '' !!} {{-- Button submit --}}
@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)
{{--// Button submit --}}
@endsection @push('styles') {{-- Your css style --}} @endpush @push('scripts') {{-- //script here --}} @endpush