@yield('plugin-css') @php $page_container = $classes['page_container'] ?? ''; $should_remove_footer = $remove_footer ?? false; @endphp
@yield('content') @if (!$should_remove_footer) @include('partials.footer') @endif
@yield('plugin-scripts') @yield('page-script')