@include('templates.parts.head')
@include('templates.parts.header')
Testimonial
@if ( $main_testimonial->image != null )
{!! $main_testimonial->description !!}
{{ $main_testimonial->name }}, {{ $main_testimonial->location }}
@else
{!! $main_testimonial->description !!}
{{ $main_testimonial->name }}, {{ $main_testimonial->location }}
@endif
@foreach( $testimonials as $testimonial )
{!! $testimonial->description !!}
{{ $testimonial->name }}, {{ $testimonial->location }}
@endforeach
Loading More...
@include('templates.parts.newsletter') @include('templates.parts.footer')