@layout('parts.layout') @php /** * Template Name:单页 || 联系我们 */ @endphp @php # 页面数据 $pageid = get_the_ID(); $pageField = get_fields($pageid); @endphp @php $modelBanner = true; @endphp @section('banner') @endsection @section('main')
{{-- 面包屑 --}}
@include('parts.crumbs')

{{ nl2br($pageField['title']) }}

{{ nl2br($pageField['text']) }}

{{-- 产品列表6 --}} @php $public_contact_form_id = 212; $public_contact_form_field = get_fields($public_contact_form_id); $scriptForm = true; $model = $public_contact_form_field; @endphp @if($model['status'])
{{ $webTitle }}
{{-- 拓展字段 --}}
  • Name *

  • Country & Zip Code *

  • Email *

  • Phone Number *

  • Company Name *

  • Company Size *

  • Purchase Quantity *

  • Message *

@endif
@endsection @section('scripts') @endsection