@extends('website.layouts.app') @section('content')

{{ $page->trusted_by_en }}

@if (count($tickers) > 0) @foreach ($tickers as $index => $ticker)
{{ str_replace('-', ' ', pathinfo(substr($ticker->image,11), PATHINFO_FILENAME)) }}
@endforeach @endif

{{ $page->our_results_en }}

0+
{{ $page->counter_one_text_en }}
0M+
{{ $page->counter_two_text_en }}
0K+
{{ $page->counter_three_text_en }}
0+
{{ $page->counter_four_text_en }}
@if (count($solutions) > 0) @foreach ($solutions as $index => $solution) @if ($index % 2 == 0)
{{ str_replace('-', ' ', pathinfo(substr($solution->image,11), PATHINFO_FILENAME)) }}

{{ $solution->title_en }}

@if ($solution->category) {{ $solution->category->title_en }} @endif

{!! $solution->description_en !!}

@else

{{ $solution->title_en }}

@if ($solution->category) {{ $solution->category->title_en }} @endif

{!! $solution->description_en !!}

{{ str_replace('-', ' ', pathinfo(substr($solution->image,11), PATHINFO_FILENAME)) }}
@endif @endforeach @endif

{{ $page->application_hub_en }}

{{--

{!! $page->application_hub_description_en !!}

--}}
Dedicated Customer support
{{ $page->dedicated_en }}
Fast Processing Tim
{{ $page->processing_en }}
Global coverage
{{ $page->global_en }}
leaders in verification
{{ $page->leaders_en }}
Competitive Pricing
{{ $page->competitive_en }}
@foreach ($services as $tab) @endforeach
@foreach ($services as $tab)

{{ $tab->title_en }}

{{ $tab->description_en }}
@foreach ($tab->serviceItems as $item)
{{-- --}} mark {{ $item->item_en }}
@endforeach
{{-- @if ($tab->heading_en == "Track My Application") Track Now @else Apply Now @endif --}} @if ($tab->heading_en == "Track My Application") Track Now @else Apply Now @endif
{{ str_replace('-', ' ', pathinfo(substr($tab->image,11), PATHINFO_FILENAME)) }}
@endforeach

{{ $page->testimonial_heading_en }}

{{ $page->testimonial_description_en }}

@endsection