@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); $about = GetAboutUs(1); @endphp
{!! mwz_getTextString($about->about_header) !!}
Alternate Text
Alternate Text
{!! mwz_getTextString($about->description_story) !!}
@if (CheckFileInServer($about->file_about1) || CheckFileInServer($about->file_about2))

PDF FILE

@endif @if (CheckFileInServer($about->file_about1))
Alternate Text
@endif @if (CheckFileInServer($about->file_about2))
Alternate Text
@endif






{!! mwz_getTextString($about->description_vision) !!}
{!! mwz_getTextString($about->description_team) !!}
@foreach ($teams as $team)
Alternate Text
{{ $team->fullname }}

{{ $team->position }}

@endforeach
{!! mwz_getTextString($about->description_partner) !!}
@php $check = 0; @endphp @foreach ($partners as $partner) @php $check++; @endphp @if ($check == 1) @php $check = 0; @endphp @endif @endforeach
@endsection @section('script') @endsection