@include('htmlpage.frontent.layout.app')
{{--
--}}
Hero Image

{{ $solution->page_name }}

{!! $solution->content !!}
{{-- --}}
{{ $solution->about_heading }}

{{ $solution->about_heading }}

{!! $solution->about_content !!}

{{ $solution->section2_heading }}

{!! $solution->section2_content !!}
@foreach ($features as $feature)
{{ $feature->title }}

{!! $feature->content !!}

@endforeach
Service Image
Why Choose Us

{{ $solution->section3_heading }}

{!! $solution->section3_content !!}
{{-- FAQ --}}
Questions

Have any questions? here some answers

In relation to websites and apps, UI design considers the look, interactivity of the making product. It's all about making sure that the user interface.
Image
@foreach ($faqs as $key => $faq)
{{ $faq->question }}
{!! $faq->answer !!}
@endforeach
{{-- /END FAQ --}}
Zillion

New Things Will Always
Update Regularly

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