@extends('layouts.app') @section('content')
Sl.No | Category | Prize | Total Count | Pending | Draw |
---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $prize->category->name }} | {{ $prize->prize }} | {{ $prize->total_count }} | {{ $prize->pending }} | @if ($prize->pending >0) Raffle Draw @endif |
Sl.No | Week | Date | {{--Status | --}}Actions |
---|---|---|---|---|
{{ $loop->index+1 }} | {{ $week->prize_week }} | {{ $week->prize_date }} | {{--@if($week->status==0) @else @endif | --}}
@if($week->active_status==0) @endif |