@if (isset($settings['site_logo']) && $settings['site_logo']) @endif
{{-- Include Header --}} @include('partials._header') {{-- Content section that will be filled by other views --}} @yield('content') {{-- Include Footer --}} @include('partials._footer')