@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() }} {{ trans('front.contact_form.name') }}: @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('front.contact_form.email') }}: @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ trans('front.contact_form.phone') }}: @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif {{ trans('front.contact_form.subject') }}: @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('front.contact_form.content') }}: {{ old('content') }} @if ($errors->has('content')) {{ $errors->first('content') }} @endif {!! $viewCaptcha?? '' !!} {{-- Button submit --}} {{--// Button submit --}} @endsection {{-- breadcrumb --}} @section('breadcrumb') @php $bannerBreadcrumb = $modelBanner->start()->getBreadcrumb()->getData()->first(); @endphp {{ $title ?? '' }} @endsection {{-- //breadcrumb --}}
{{ sc_store('title') }}
{{ sc_store('address') }}
{{ sc_store('long_phone') }}
{{ sc_store('email') }}