@if(isset($title)) {{$title}} @else {{site_setting()->title}} @endif {{-- --}} {{-- --}} {{-- --}} @livewireStyles

@if(isset($round->parent->title)) {{$round->parent->title}} - @endif {{$round->title}} @if($isRapid && $current_group) - {{$current_group->user->display_name}} ({{$current_group->group_code}}) @endif

@livewire('backend.plugin.quiz.match.result-indicator',['match_id'=>$match->id])
  1. Total Number of Question : {{$quiz_round->no_of_question}}
    {!! $quiz_round->rules !!}
{{-- --}} {{-- --}} @livewireScripts