@include('templates.parts.head')
@include('templates.parts.header')
@foreach( $slideshows as $slideshow )
@endforeach
@if ( $download !== '' )
Download Catalog
@endif
@foreach( $banners as $banner )
{!! $banner->title !!}
{!! $banner->subtitle !!}
@endforeach
Check Our Video
{!! $video_title !!}
{!! $video_description !!}
Client Say
What our client say about us
@foreach( $testimonials as $testimonial )
{!! $testimonial->description !!}
{!! $testimonial->name !!}, {!! $testimonial->location !!}
@endforeach
{!! $instagram_feed !!}
Our Instagram
#{!! $instagram_hastag !!}
{!! $instagram_message !!}
Our Brands
@foreach( $brands as $brand )
@endforeach
@include('templates.parts.newsletter') @include('templates.parts.footer')