@extends('front.layout.app') @section('content') {{ $content['banner_title'] }} {{ $content['what_2_section_heading'] }} {{ $content['what_2_section_desc'] }} {{ $content['what_2_section_inner_heading'] }} @foreach($content['what_2_section_points'] as $point) {{ $point }} @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{ $content['what_3_section_heading'] }} {{ $content['what_3_section_desc'] }} {{ $content['what_3_section_inner_heading'] }} @foreach($content['what_3_section_points'] as $point) {{ $point }} @endforeach Client Reviews @forelse($reviews as $review) {{ $review->description ?? '' }} {{ $review->name ?? '' }} @empty No Reviews yet! @endforelse @include('front.layout.partials.contact-form') @endsection
{{ $content['what_2_section_desc'] }}
{{ $content['what_2_section_inner_heading'] }}
{{ $content['what_3_section_desc'] }}
{{ $content['what_3_section_inner_heading'] }}
{{ $review->description ?? '' }}
No Reviews yet!