@if(isset($title))
{{$title}}
@else
{{site_setting()->title}}
@endif
{{-- --}}
{{-- --}}
{{-- --}}
@livewireStyles
@yield('css_livewire')
{{--@livewire('auth.master.game-board-component',['match_id'=>$match->id])--}}
@livewire('auth.master.game-board-section',['match_id'=>$match->id])
{{--@livewire('auth.master.game.game-component',['match_id'=>$match->id])--}}
{{-- --}}
{{-- --}}
@livewireScripts
@yield('js_livewire')