@if ($title = $shortcode->title)

{{ $title }}

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

{{ $subtitle }}

@endif
@if($banner = $shortcode->banner_primary)
{{ __('Banner') }}
@endif