@extends('web.layouts.container') @section('content')

{{$title}}

{{$aboutPageTitle1}}{{$aboutPageTitle2}}

{!! $aboutPage['description'] !!}
@if(count($aboutPagePoints)) @foreach($aboutPagePoints['title_'.$lang] as $key => $aboutPagePointTitle)
{{$aboutPagePointTitle}}

{{stripText($aboutPagePoints['desc_'.$lang][$key])}}

@endforeach @endif
{{$messagePage['title']}}

{{stripText($messagePage['description'])}}

{{$goalPage['title']}}

{{stripText($goalPage['description'])}}

{{$visionPage['title']}}

{{stripText($visionPage['description'])}}

@endsection @section('inner_js') @endsection