@php $teamCaption = getContent('team.caption',true); $team = getContent('team'); @endphp @if($teamCaption)

{{__(@$teamCaption->data_values->title)}}

{{__(@$teamCaption->data_values->short_details)}}

@foreach($team as $data)
team

{{__(@$data->value->name)}}

{{__(@$data->value->designation)}}
@endforeach
@endif