@include('htmlpage.frontent.layout.app')
{{-- OTP --}}
{{ $industry->page_name }}

{{ $industry->page_name }}

{!! $industry->content !!}
{{-- /end --}} {{-- tab section --}}
Solutions

{{ $industry->section1_heading }}

Image
@foreach ($industrysolutions as $key => $solution)
first) data-aos-delay="{{ $key * 50 }}" @endif>
{{ $solution->title ?? 'Solution Title' }}
{!! $solution->content ?? 'Solution description goes here.' !!}
@endforeach
{{-- /end --}} {{-- secon section --}}
Benifits

{{ $industry->section3_heading }}

@foreach ($benifits as $benifit)

{{ $benifit->title }}

{{ $benifit->content }}

@endforeach
{{-- /end --}} {{-- --}} {{-- /end offer --}}
Offers

{{ $industry->section2_heading }}

@foreach ($offers as $offer)

{{ $offer->title }}

{{-- If icon is stored as SVG --}} @if(!empty($offer->icon)) @else @endif

{{ $offer->content }}

@endforeach

{{ $industry->section4_heading }}

{{ $industry->section4_content }}

@foreach ($oursolutions as $solution) @endforeach
Zillion

What we can build for your business?

We would love to create one more successful business by helping you to streamline your business. Book a reservation for you and our executive will call to take it further. We are just a click away.

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