@extends('frontend.layouts.app') @section('content')
@foreach($sliders as $slider)
hero-shape
{{ $slider->sub_title }}

{{ $slider->title }}

{{ strip_tags($slider->description) }}

@if(!empty($slider->button_link)) Discover More @endif Our Services
@endforeach
@foreach($home_page_section->details as $key => $detail)
icon

{{ $detail->title }}

{{ $detail->description }}

@endforeach
@foreach($about_us_left_section->details as $key => $detail)
About
@endforeach
{{ $about_us_right_section->title }}
{!! $about_us_right_section->description !!}
@foreach($about_us_right_section->details as $key => $detail)
{{ $detail->title }}

{{ $detail->description }}

@endforeach
shape
shape
shape
{{ $service_section->title }}
{!! $service_section->description !!}
@foreach($services as $service)

{{ $service->name }}

{{ Str::words(strip_tags($service->description), 15, '...') }}

Read More
@endforeach
Testimonial

What Client Say About us

@foreach($testimonials as $testimonial)
testimonial

{{ $testimonial->name }}

@for($i = 1; $i <= 5; $i++) @if($i <= $testimonial->rating) @else @endif @endfor

“{{ strip_tags($testimonial->description) }}”

img
@endforeach
shape
{{ $blog_section->title }}

{!! $blog_section->description !!}

@foreach($blogs as $blog)
blog image

{{ $blog->title }}

{{ Str::words(strip_tags($blog->description), 20, '...') }}

@endforeach
shape
shape
@endsection @section('custom_script') @endsection