File: D:/HostingSpaces/SBogers10/wingssprayer.komma.pro/resources/views/templates/plan_meeting.blade.php
@extends('master', ['footerHasRequestBrochure' => true])
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
@include('organisms.hero', [
'modifiers' => ['has-ornament'],
'heroImage' => "/img/header-field.jpg"
])
<div class="o-contact">
<div class="o-contact__main">
<div class="o-contact__form">
@include('organisms.forms.plan_meeting')
</div>
<div class="o-contact__content">
<h1 class="o-contact__heading">{!! __('site/plan_meeting.title') !!}</h1>
<h2 class="o-contact__subheading">{!! __('site/plan_meeting.subTitle') !!}</h2>
<p class="o-contact__intro">{!! __('site/plan_meeting.description') !!}</p>
<ul class="c-usp c-usp--alt c-usp--vertical">
@foreach(__('site/plan_meeting.usp') as $calloutText)
<li class="c-usp__item">
{!! $calloutText !!}
</li>
@endforeach
</ul>
</div>
</div>
</div>
@include('organisms.components')
@endsection