@php $bodyClass = 'article-detail'; $layout_path = 'frontend.layouts.content-sidebar'; if($item->layout_type == 'blocks') { $bodyClass .= ' article-detail--blocks'; $layout_path = 'frontend.layouts.main'; if($item->header_overlap) { $bodyClass .= ' header-over'; } } @endphp @extends($layout_path, [ 'body_class' => $bodyClass ]) @if($item->layout_type == 'blocks') @section('content')