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

{{ $service->page_heading }}

{!! $service->content !!}

Request A Free Quote
--}}

{{ $service->page_heading }}

{{-- image --}}
{{ $service->alt }}
{{-- /image --}}
{{-- service --}}
Our Benefits

{{ $service->section1_heading }}

{{ $service->section1_content }}

@foreach ($expertise as $ex)

{{ $ex->title }}

{{ $ex->content }}
@endforeach
{{-- /end --}}

{{ $service->section2_heading }}

{{ $service->section2_content }}

@foreach ($types->take(ceil($types->count() / 2)) as $type)
{{ $type->title }}

{{ $type->content }}

@endforeach
{{ $service->section2_heading }}
@foreach ($types->slice(ceil($types->count() / 2)) as $type)
{{ $type->title }}

{{ $type->content }}

@endforeach
{{--

Technologies & Platforms

@foreach ($usedtechnologies as $technology)
{{ $technology->alt }}
@endforeach
--}}
@for ($i = 0; $i < 4; $i++)
@foreach ($usedtechnologies as $technology) {{ $technology->alt ?? $technology->name ?? 'Technology' }} @endforeach
@endfor
Working Process

{{ $service->section3_heading }}

We follow a clear, step-by-step process to deliver projects efficiently—from requirement gathering and design to development, deployment, and ongoing support.
@foreach ($process as $pro)

{{ $pro->title }}

{{ $pro->content }}

@endforeach
Services

{{ $service->section4_heading }}

{{ $service->section4_content }}
Image
@foreach ($services as $key => $serv)
0) data-aos-delay="{{ $key * 50 }}" @endif>
{{ $serv->title }}
{!! $serv->content !!}
@endforeach
@php $galleryImages = \App\Models\Gallery::where('project_id', $service->id)->get(); @endphp @if ($galleryImages->isNotEmpty())
@php $galleryImages = \App\Models\Gallery::where('project_id', $service->id)->get(); @endphp @forelse ($galleryImages as $image)
@empty

No images found.

@endforelse
@endif
Zillion

New Things Will Always
Update Regularly

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