@section('title', UI::get('about-title') ?? null) @section('subtitle', UI::get('about-sub-title') ?? null) @section('header-image', UI::get('about-header-image') ?? null) @if ($brands && $brands->isNotEmpty())
Our Trusted Partner
@foreach ($brands as $item) {{ $item->title }} @endforeach
@endif

{{ UI::get('about-headline') ?? null }}

{!! UI::get('about-long') ?? null !!}

Why Choose Us

{{ UI::get('wcu-title') ?? null }}

@if (UI::get('key-features'))

Key Solution Approach :

    @foreach (json_decode(UI::get('key-features'), true) as $feature)
  • {{ $feature }}
  • @endforeach
@endif
@include('pages.components.testimonials') @include('pages.components.team')