@extends('frontend.master') @section('content') @if(!empty($page)) @if(!empty($page->banner)) @endif @if(!empty($contentDetails['listSettings'])) @foreach($contentDetails['listSettings'] as $key=>$contentInfo) {!! $contentInfo->title !!} Info × {!! $contentInfo->title !!} {!! $contentInfo->description !!} @endforeach @endif Our Team @if(!empty($contentDetails['listSettings'])) @foreach($contentDetails['listSettings'] as $key=>$contentInfo) {!! $contentInfo->title !!} {!! $contentInfo->sub_title !!} @php $contactLinks = explode(',',$contentInfo->contact_link) @endphp @if(is_array($contactLinks)) @foreach($contactLinks as $keys=>$contactLink) @if($keys == 0) @elseif($keys == 1) @elseif($keys == 2) @endif @endforeach @endif @endforeach @endif @endif @endsection
{!! $contentInfo->sub_title !!}