HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/resources/views/site/templates/locations.blade.php
@extends('site.master')

@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)

@section('content')

    <div class="l-main">

        @include('site.organisms.locations', ['noSlant' => true, 'h1' => true])

        <div class="u-slant-top-reversed u-mb-neg-slant-height u-bg-alt--500">
            <div class="  o-component-area__component">
                @include('site.organisms.uspRow', ['modifiers' => 'blue-background'])
            </div>
        </div>

        <div class="o-component-area  u-slant-top u-mb-neg-slant-height">
            @include('site.organisms.components')

            @include('site.organisms.personal')

        </div>

{{--        <div class=" u-slant-top u-bg-neutral--0">--}}
{{--            <div class="s-text l-contain locations__provinces">--}}
{{--                <h3>Of zoek per provincie:</h3>--}}
{{--                <ul>--}}
{{--                    @foreach($provinces as $province)--}}
{{--                        <li>--}}
{{--                            <a href="{{ $province->route }}">--}}
{{--                                {{ $province->name }}--}}
{{--                            </a>--}}
{{--                        </li>--}}
{{--                    @endforeach--}}
{{--                </ul>--}}
{{--            </div>--}}
{{--        </div>--}}

    </div>

@endsection