@extends('theme::layouts.app') @section('content')

{{ $title }}

{{ $description }}

@if(Amcoders\Plugin\Plugin::is_active('Team')) @php $team=array( 'type'=>6, 'with'=>'meta', 'translate'=>false ); @endphp @foreach(LpPosts($team) as $key=>$row)
@php $socials=json_decode($row->meta->excerpt); @endphp @if(!empty($socials)) @endif
{{ $row->title }}
{{ $row->slug }}
@endforeach @endif

{{ content('team_quote','team_quote_title') }}

{{ content('team_quote','team_quote_description') }}

{{ content('team_quote','team_quote_button') }}
@php $basic_info=LpOption('system_basic_info'); @endphp @if(!empty($basic_info->gallary_input)) @php $gallery=explode(',', $basic_info->gallary_input); @endphp
@endif @endsection