@extends('layouts.admin') @section('title', 'Prizes') @section('page-title', 'Prize Management') @section('content')
Configure rewards & probability
| Prize | Type | Probability (%) | Stock | Status | Actions |
|---|---|---|---|---|---|
|
{{ $prize->title }} {{ $prize->reward_value ?? '—' }} |
{{ $prize->reward_type }} | {{ $prize->probability }} | {{ $prize->stock ?? '∞' }} | @if($prize->is_active) Active @else Inactive @endif |
@if(auth()->user()->role === 'super_admin')
Edit
@else
View only
@endif
|
| No prizes configured | |||||