@foreach($tabs as $tab)
@if($tab['image'])
{{ RvMedia::image($tab['image'], $tab['title']) }}
@endif
{{ $tab['title'] }}

{{ $tab['description'] }}

@if ($tab['action'] && $tab['label']) {!! BaseHelper::clean($tab['label']) !!} @endif
@endforeach