File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/resources/views/site/templates/checkout_data.blade.php
@extends('site.simple')
@section('title', __('site/checkout.data.title') . ' | '. config('site.company.name'))
@section('meta_description', '')
@section('content')
<div class="l-main u-bg-neutral--100">
@include('site.organisms.progress', [
'progressStatus' => 2
])
<div class="o-process">
<div class="o-process__grid">
<div class="o-process__intro">
@include('site.components.button', [
'modifiers' => ['is-reversed'],
'buttonIcon' => 'arrowLeft',
'buttonType' => 'text',
'buttonClasses' => 'u-spacing-mb3',
'buttonLink' => localized_route('shoppingCart', [], false),
'buttonText' => __('site/checkout.booking.change'),
])
<h1 class="o-process__heading">@lang('site/checkout.data.title')</h1>
</div>
<div class="o-process__main">
@include('site.organisms.forms.checkoutData')
</div>
<div class="o-process__cta">
@include('site.components.servicepoint')
</div>
<div class="o-process__aside">
{{-- Nothing to see here--}}
</div>
</div>
</div>
</div>
@endsection