@extends('layouts.master') @section('title', 'About Us | Setara Group') @section('content')

{{ $header->title ?? 'About Setara Group' }}

{{ $header->subtitle ?? 'Innovating the Art of Manufacturing Since 1983' }}

@if($history)

{{ $history->title }}

{!! nl2br(e($history->description)) !!}
@endif
@if($mission)

{{ $mission->title }}

{{ $mission->description }}

@endif @if($compliance)

{{ $compliance->title }}

{{ $compliance->description }}

@endif
@if($empowerment)

{{ $empowerment->title }}

{{ $empowerment->description }}

{{ $empowerment->title }}
@endif
@endsection