@foreach($tabs as $tab) @php $title = Arr::get($tab, 'second_tab_title'); $data = Arr::get($tab, 'second_tab_data'); @endphp @continue(! $title || ! $data)
{!! BaseHelper::clean($title) !!}
@if ($unit = Arr::get($tab, 'second_tab_unit')) {!! BaseHelper::clean($unit) !!} @endif @if ($description = Arr::get($tab, 'second_tab_description'))

{!! BaseHelper::clean($description) !!}

@endif
@endforeach