@extends('themes.frontend.layouts.app') @if (isset($dataArr['meta_title'])) @section('page-title'){!! $dataArr['meta_title'] !!}@stop @endif @if (isset($dataArr['meta_key'])) @section('meta-keywords'){{ $dataArr['meta_key'] }}@stop @endif @if (isset($dataArr['meta_description'])) @section('meta-description'){{ $dataArr['meta_description'] }}@stop @endif @if (isset($dataArr['image_path'])) @section('meta-image'){{ $dataArr['image_path'] }}@stop @endif @if ($dataArr['full_url']) @section('cur-url'){{ $dataArr['full_url'] }}@stop @endif @push('styles') @if (isset($dataArr['custom_fields']['image_7'])) @endif @endpush @section('content')
@if ($dataArr['image_path']) @endif
{!! $dataArr['descp'] !!}
@if (isset($dataArr['custom_fields']['text_8']))

{!! $dataArr['custom_fields']['text_8']['value'] !!}

@endif @if (count($cmpHstMdl) > 0)
@foreach ($cmpHstMdl as $recordCh) @if($loop->odd)
@if ($recordCh->media != null) @if ($recordCh->media->path) @endif @endif
@if ($recordCh->title)

{!! $recordCh->title !!}

@endif @if ($recordCh->description && $recordCh->description != '


')
{!! $recordCh->description !!}
@endif
@else
@if ($recordCh->description && $recordCh->description != '


')
{!! $recordCh->description !!}
@endif @if ($recordCh->title)

{!! $recordCh->title !!}

@endif
@if ($recordCh->media != null) @if ($recordCh->media->path) @endif @endif
@endif @endforeach
@endif
@if (isset($dataArr['custom_fields']['editor_9'])) {!! $dataArr['custom_fields']['editor_9']['value'] !!} @endif
@if (isset($dataArr['custom_fields']['image_10'])) @endif
@if (isset($dataArr['custom_fields']['text_11']))

{!! $dataArr['custom_fields']['text_11']['value'] !!}

@endif
@if (count($teamMdl) > 0)
@foreach ($teamMdl as $key => $recordTm)
@if ($recordTm->media != null) @if ($recordTm->media->path) @endif @endif

{{ $recordTm->name }}

@if($recordTm->designation)

{{ $recordTm->designation }}

@endif @if ($recordTm->description && $recordTm->description != '


') {!! $recordTm->description !!} @endif @if ($recordTm->facebook_profile_link || $recordTm->instagram_profile_link || $recordTm->linkedin_profile_link) @endif
@endforeach
@endif
@stop