@if (!empty($__env->yieldContent('filter-section')))
@php
$filterSection = true;
@endphp
@endif
@if (!empty($__env->yieldContent('other-section')))
@if (!empty($__env->yieldContent('filter-section')) || !empty($__env->yieldContent('other-section')))
@endif
@yield('page-title')
@yield('content')
@include('sections.right_sidebar')