@if ($section->heading_status) @php $path = 'views/frontend/layouts/section-heading'; @endphp @if (has_view_file(get_section_heading_name($section->id) . '.blade.php', $path)) @include('frontend.layouts.section-heading.' . get_section_heading_name($section->id), [ 'section' => $section, ]) @endif @endif