@extends('layouts.front.front') @section('title', 'About Us | Apsys Network') {{-- main content --}} @section('content')

About Us

Connecting To the world

Our History

{{$about->history->title}}

banner-image
{!! html_entity_decode($about->history->description) !!}

{!! html_entity_decode($about->history->footer) !!}

video-banner-image

Mission

{!! html_entity_decode($about->mission) !!}

Vision

{!! html_entity_decode($about->vision) !!}

Value

{!! html_entity_decode($about->value) !!}

Research and Development

image

{!! html_entity_decode($about->research_and_dev) !!}

Quality Commitment

Quality at every stage of the production cycle

{{$about->quality_commitment->description}}

@if(count($about->quality_commitment->items) > 0) @foreach($about->quality_commitment->items as $key => $item)

{!! html_entity_decode($item->description) !!}
@endforeach @endif {{--

{{$item->description}}
--}}
@endsection