@php $home_layout = get_field('home_layout'); @endphp @if ($home_layout['articles'])
@switch($cell_width) @case('half') {!! App::limit_excerpt($post, 15) !!} @break @case('two_thirds') {!! App::limit_excerpt($post, 30) !!} @break @default {!! App::limit_excerpt($post, 16) !!} @endswitch