@extends(themeView('master')) @php foreach ($staticPageList as $page) { if ($page->slug == 'testimonial') { $testimonialpage = $page; } } if (isset($testimonialpage->featured_image)) { $image = $testimonialpage->image_link; } else { $image = themePath('images/accommodation-15.jpg'); } @endphp @section('meta-tags') @if (isset($testimonialpage)) @include(themeView('partials.static-meta'), ['page' => $testimonialpage]) @else @include(themeView('partials.meta-tags')) @endif @if (isset($testimonialpage->schemaSript)) @endif @endsection @section('content') @if (isset($testimonialPage) && isset($testimonialPage->acf->details) && isset($testimonialPage->acf->details->acf_banner_image)) @else @endif Testimonials Home Testimonials @if (isset($testimonialPage) && isset($testimonialPage->tagline)) {{ $testimonialPage->tagline }} @endif @if (isset($testimonialPage) && isset($testimonialPage->summary)) {{ $testimonialPage->summary }} @endif @foreach ($testimonials as $testimonial) {{ $testimonial->title }} {{ $testimonial->address }} {{ $testimonial->summary }} @endforeach @endsection
{{ $testimonialPage->summary }}