@php
$primaryColor = $settings->get('theme_primary_color', '#000');
@endphp
{{-- TODO: Change below to @hasSection when Laravel is upgraded --}}
@if ($__env->hasSection('title')) @yield('title') - @endif{{ $settings->get('forum_title') }}
@yield('content')