background_image) data-background="{{ RvMedia::getImageUrl($shortcode->background_image) }}" @endif >
@if($shortcode->title || $shortcode->subtitle || $shortcode->action_text)
@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->subtitle) {!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!} @endif
@endif @if($shortcode->action_text) @endif
@endif
count($resumes) === 1, 'row-cols-lg-2' => count($resumes) > 1])> @foreach($resumes as $resume) @php $iconKey = "resume_{$loop->iteration}_title_icon"; $titleKey = "resume_{$loop->iteration}_title"; @endphp

{!! BaseHelper::clean($shortcode->{$titleKey}) !!}

@foreach($resume as $item)
@if($item['time'])

{{ $item['time'] }}

@endif @if($item['title'])
{{ $item['title'] }}
@endif @if($item['description'])

{{ $item['description'] }}

@endif
@php $rating = explode('/', $item['subtitle']); $total = count($rating) > 1 ? $rating[1] : null; $rating = $rating[0]; @endphp

{{ $rating }}@if($total)/{{ $total }}@endif

@endforeach
@endforeach
$shortcode->bottom_text, 'pt-150' => ! $shortcode->bottom_text])> @if($shortcode->bottom_text)

{!! BaseHelper::clean($shortcode->bottom_text) !!}

@endif