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

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

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

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

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

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

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

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

 

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

@endsection