@section('styles') @php $theme = $settings->website_theme == 'purpose.css' ? 'default.css' : $settings->website_theme; @endphp @show @yield('content') @section('scripts') @show @livewireScripts