@extends('layouts.app') @section('title', $service['title']) @section('content')

{{ $service['heading'] }}

{{ $service['intro'] }}

@if(!empty($service['features']))
@foreach($service['features'] as $feature)

{{ $feature['title'] }}

{{ $feature['text'] }}

@endforeach
@endif @if(!empty($service['payment_gateways']))

{{ $service['payment_gateways']['heading'] }}

@foreach($service['payment_gateways']['logos'] as $logo)
{{ $logo['name'] }}
@endforeach
@endif @if(!empty($service['process_flow']))

{{ $service['process_flow']['heading'] }}

@foreach($service['process_flow']['steps'] as $index => $step) @if($index > 0) @endif

{{ $step['title'] }}

    @foreach($step['bullets'] as $bullet)
  • {{ $bullet }}
  • @endforeach
@endforeach
@endif @if(!empty($service['platform_columns']))
@foreach($service['platform_columns'] as $col)

{{ $col['title'] }}

{{ $col['icon_label'] }}

{{ $col['text'] }}

@endforeach
@endif @if($slug === 'web-design')
Responsive web design across desktop, tablet and mobile
@endif @if(!empty($service['why_choose']))

{{ $service['why_choose']['heading'] }}

@foreach($service['why_choose']['items'] as $item)

{{ $item['text'] }}

@endforeach
@endif

Technologies We Work On

@foreach($technologies as $tech)
{{ $tech['name'] }}
@endforeach

Ready to start your {{ strtolower($service['title']) }} project?

Talk to our team in Bangalore — we respond within one business day.

Contact Us Get Quotation
@endsection