@php
$space = space();
@endphp
@if (space()?->custom_theme && file_exists(public_path('css/' . space()?->host . '.style.css')))
@endif
@if (!isset($welcome) || $welcome == false)
@include('parts.sidebar')
@endif
@include('parts.errors')
@if (!isset($welcome) || $welcome == false)
@hasSection('breadcrumb')
@endif
@endif
@yield('content')
@if (!isset($welcome) || $welcome == false)
@endif