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/Neopoints/momsecurity.be/resources/views/templates/testimonials_index.blade.php
@extends('master')

@section('title', $page->translation->meta_title != '' ? $page->translation->meta_title : $page->translation->name .' | '. config('site.company_name'))
@section('meta_description', $page->translation->meta_description)

@section('content')

    @if(!empty($page->translation->description))
        @include('organisms.hero')
    @endif

    <div class="l-block  l-contain">
        <div class="o-blog">
            <div class="o-blog__grid">
                @if($testimonials->count() >= 1)
                    @include('organisms.testimonials')
                @else
                    <h2>Geen verhalen beschikbaar</h2>
                @endif
            </div>
        </div>
    </div>


    @include('organisms.componentables.cta', ['componentAreaName' => 'fake'])

@endsection