@foreach(range(1, 5) as $i) {{ __('Rating star') }} @endforeach
@if ($title = $shortcode->title)

{{ $title }}

@endif
@if ($description = $shortcode->description)

{{ $description }}

@endif
@foreach($tabs as $tab)

{{ $tab['data'] }}{{ $tab['unit'] }}

{{ $tab['title'] }}

@endforeach