@extends('front.layouts.master') @section('main_content') @if($global_page_item->about_about_status == 'Show')
img
{{ $global_page_item->about_about_subheading }}

{!! nl2br($global_page_item->about_about_heading) !!}

@if($global_page_item->about_about_text != '')

{!! nl2br($global_page_item->about_about_text) !!}

@endif
    {!! $global_page_item->about_about_list_items !!}
@if($global_page_item->about_about_phone != '') @endif
@endif @if($global_page_item->home_feature_status == 'Show')
{{ $global_page_item->home_feature_subheading }}

{{ $global_page_item->home_feature_heading }}

@foreach($features as $feature)
{!! $feature->icon_code !!}

{{ $feature->name }}

{!! nl2br($feature->content) !!}

@endforeach
@endif @if($global_page_item->about_counter_status == 'Show')
Our Achievements

Why Choose Us

We take pride in our accomplishments and strive to deliver the best services for our clients.

{{ $counter_item->item1_number }}+

{{ $counter_item->item1_title }}

{!! nl2br($counter_item->item1_content) !!}

{{ $counter_item->item2_number }}+

{{ $counter_item->item2_title }}

{!! nl2br($counter_item->item2_content) !!}

{{ $counter_item->item3_number }}+

{{ $counter_item->item3_title }}

{!! nl2br($counter_item->item3_content) !!}

@endif @endsection