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

OUR HISTORY / TIMELINE

@if (!empty($company_history))
@foreach ( $company_history as $history )

{{ $history->year }}

{{ $history->description }}

@endforeach
@else
No History
@endif

OUR MISSION

{{ $company_information->mission }}

OUR VISION

{{ $company_information->vision }}

OUR QUALITY POLICY

SCOPE AND SERVICES

@if (!empty($company_services))
@foreach ( $company_services as $service )
{{ $service->title }}

{{ $service->title }}

{{ $service->description }}

@endforeach
@else
No Services
@endif
@endsection