@isset($payload) @else @php $payload = []; @endphp @endisset @include('layouts.partials.head')
@if(true) @include('layouts.partials.navbar') @endif @if(Arr::get($payload, 'mainPage', 'N/A') == 'starzoom') @yield('content') @elseif ((Arr::get($payload, 'isZoomPage', false) == true) && (false)) @yield('content') @else
@if(Arr::get($payload, 'isZoomPage', false) == true) @include('pages.partials.starzoom') @else @include('layouts.partials.statusbar')
@if(Arr::get($payload, 'mainPage', 'N/A') != 'biography') @include('layouts.partials.sidebar') @endif
@yield('content')
@endif @if(true) @include('layouts.partials.footer') @endif
@endif @if(true)
@endif
@if(true) @include('layouts.partials.footer-js') @endif @if(false)
@endif @include('layouts.partials.google-analytics')