Add League Price Card
| Winning amount | currency_rupee{{ ucwords($fmatch->win_amount) }} |
| Entry fees | currency_rupee{{ ucwords($fmatch->entryfee) }} |
| Maximum users | {{ ucwords($fmatch->maximum_user) }} |
| Multiple Entry | @if($fmatch->multi_entry == 1) @else @endif |
| Is running | @if($fmatch->confirmed_challenge == 1) @else @endif |
| Confirm Challenge | @if($fmatch->is_running == 1) @else @endif |
Add New Price Card
{{ Form::open(['role' => 'form', 'id' => 'price_cardAddForm', 'route' => [$modelName.'.add_pricecard', base64_encode(serialize($addcardid))], 'files' => true]) }}
{{ Form::close() }}
| S No. | Min Position | Max Position | Winning users | Each winner amount | Total amount | Gadgets Image | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $snoo }} | {{ $pricecars->min_position }} | {{ $pricecars->max_position }} | {{ $pricecars->winners }} | {{ $pricecars->price }} | {{ $pricecars->total }} | @if(!empty($pricecars->gadgets_image))@endif @if($snoo == $countpricecards) | Delete | @endif