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

About Us

{{ $About->name }}

{!! $About->description !!}

@foreach ($Gol as $GolItem)

{{ $GolItem->value }} +

{{ $GolItem->name }}

@endforeach

Our Organization

Meet the people behind PT Aji Jaya Logistic

@foreach ($Organization as $org)
{{ $org->name }}

{{ $org->name }}

{{ $org->department }} @if ($org->quote)

“{{ $org->quote }}”

@endif
@endforeach
@endsection