@include('htmlpage.frontent.layout.app')

{{ $service->page_name }}

{!! $service->content !!}

Request A Free Quote
{{-- exp --}}
{{ $service->section1_heading }}

{{ $service->section1_content }}

@foreach ($expertise as $ex)

{{ $ex->content }}

@endforeach
{{-- /end --}}
{{ $service->section2_heading }}

{{ $service->section2_content }}

@foreach ($types->take(3, 3) as $type)

{{ $type->title }}

{{ $type->content }}

@endforeach
@foreach ($types->slice(3, 3) as $type)

{{ $type->title }}

{{ $type->content }}

@endforeach
{{-- process --}}
{{ $service->section4_heading }}

{{ $service->section4_content }}

Zillion
@foreach ($services as $key => $serv)

{!! $serv->content !!}
@endforeach
Zillion

New Things Will Always
Update Regularly

Zillion
@include('htmlpage.frontent.layout.footer')