@switch($shortcode->style) @case('style-2')
@if (count($categories))
@include(Theme::getThemeNamespace('views.job-board.partials.job-of-the-day-items'), [ 'jobs' => $jobs, 'style' => $shortcode->style ])
@endif
@break @case('style-3')

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

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

@if (count($categories)) @endif
@if (count($categories))
@include(Theme::getThemeNamespace('views.job-board.partials.job-of-the-day-items'), [ 'jobs' => $jobs, 'style' => $shortcode->style ])
@endif
@break @default
@if (count($categories))
@include(Theme::getThemeNamespace('views.job-board.partials.job-of-the-day-items'), [ 'jobs' => $jobs, 'style' => $shortcode->style, ])
@endif
@break @endswitch