@switch($shortcode->style) @case('style-3') {!! BaseHelper::clean($shortcode->title) !!} {!! BaseHelper::clean($shortcode->description) !!} @foreach($candidates as $candidate) {{ $candidate->name }} {{ $candidate->description }} @if(JobBoardHelper::isEnabledReview()) {!! Theme::partial('rating-star', ['star' => round($candidate->reviews_avg_star)]) !!} ({{ $candidate->reviews_count }}) @endif {!! Str::limit(BaseHelper::clean($candidate->bio), 80) !!} {{ $candidate->address }} @endforeach @if ($candidatePageUrl = JobBoardHelper::getJobCandidatesPageURL()) {{ __('View More') }} @endif @break @case('style-5') {!! BaseHelper::clean($shortcode->title) !!} {!! BaseHelper::clean($shortcode->description) !!} @foreach($candidates as $candidate) {{ $candidate->name }} {{ $candidate->description }} @if(JobBoardHelper::isEnabledReview()) {!! Theme::partial('rating-star', ['star' => round($candidate->reviews_avg_star)]) !!} ({{ $candidate->reviews_count }}) @endif {!! Str::limit(BaseHelper::clean($candidate->bio), 80) !!} {{ $candidate->address }} @endforeach @if($candidatePageURL = JobBoardHelper::getJobCandidatesPageURL()) {{ __('View More') }} @endif @break @endswitch
{!! BaseHelper::clean($shortcode->description) !!}
{!! Str::limit(BaseHelper::clean($candidate->bio), 80) !!}