@stack('styles')
@php $live_stream = \App\Models\LiveStream::first(['name','url']); @endphp @include('website.layout.header',['live_stream' => $live_stream]) @yield('content') @include('website.layout.footer') @stack('scripts')