@extends('admin.layouts.master') @section('title', __('Label.Contest')) @section('content')

@yield('title')

{{ __('Label.Id') }} {{ __('Label.Name') }} {{ __('Label.Start Date') }} {{ __('Label.End Date') }} {{ __('Label.Price') }} {{ __('Label.No of User') }} {{ __('Label.Participants User') }} {{ __('Label.Total Price') }} {{ __('Result') }} {{ __('Label.Winner') }} View Contestants {{ __('Label.Action') }}

Questions Summary

@foreach ($questions as $question) @endforeach
Category Name Level Name Total Questions
{{ optional($question->category)->name ?? 'N/A' }} {{ optional($question->level)->name ?? 'N/A' }} {{ $question->total_questions }}
@endsection @push('scripts') @endpush