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