@include('restaurant.layouts.header_common') @php $version = session('THEME_VERSION') ?? env('VERSION'); $isV2 = $version == 2; @endphp
@include('restaurant.layouts.header')
@include('restaurant.layouts.sidebar')
@yield('home')
{{-- footer --}} @include('restaurant.layouts.footer_common') @include('restaurant.layouts.footer')