@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 --}}
{{--// Button submit --}}
@endsection {{-- breadcrumb --}} @section('breadcrumb') @php $bannerBreadcrumb = $modelBanner->start()->getBreadcrumb()->getData()->first(); @endphp @endsection {{-- //breadcrumb --}}