@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); $about = GetAboutUs(1); @endphp {!! mwz_getTextString($about->about_header) !!} {!! mwz_getTextString($about->description_story) !!} @if (CheckFileInServer($about->file_about1) || CheckFileInServer($about->file_about2)) PDF FILE @endif @if (CheckFileInServer($about->file_about1)) @endif @if (CheckFileInServer($about->file_about2)) @endif {!! mwz_getTextString($about->description_vision) !!} {!! mwz_getTextString($about->description_team) !!} @foreach ($teams as $team) {{ $team->fullname }} {{ $team->position }} @endforeach {!! mwz_getTextString($about->description_partner) !!} @php $check = 0; @endphp @foreach ($partners as $partner) @php $check++; @endphp @if ($check == 1) @if (!empty($partner->link)) @endif {{ $partner->name }} @if (!empty($partner->link)) @endif @else @if (!empty($partner->link)) @endif {{ $partner->name }} @if (!empty($partner->link)) @endif @php $check = 0; @endphp @endif @endforeach @endsection @section('script') @endsection
PDF FILE
{{ $team->position }}