@extends('frontend.slices.main') @section('content')
@foreach ($visions as $vision)
{{ $vision->name }}
{{ $vision->description ?? '' }}
@endforeach

{{ $aboutUs->title ?? '' }}

{{ $aboutUs->subtitle ?? '' }}

{!! isset($aboutUs->description) ? substr($aboutUs->description, 0, 900) : '' !!}..

LEARN MORE
{{ $aboutUs->position ?? '' }}
bos-photo

{{ $aboutUs->name ?? '' }}

{{ $aboutUs->position ?? '' }}

{!! $aboutUs->note ?? '' !!}

 

{!! $aboutUs->quote ?? '' !!}

Our Brand

PRODUCTS

@foreach ($products as $product ) @endforeach

Head Office & Cabang Kami

@foreach ($services as $service )
{{ $service->name ?? '' }}

{{ $service->icon ?? '' }}
{{ $service->description ?? '' }}
@endforeach

{{ $section->title ?? '-' }}

{{ $section->subtitle ?? '-' }}

CONTACT US

NEWS UPDATE

@foreach ($blogs as $blog)
{{ $blog->date ?? '' }} {{ isset($blog->category) ? substr($blog->category,0,15) : '' }}
@endforeach
@endsection