Add League Price Card

@foreach($findchallenge as $fmatch) @endforeach
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]) }}
{{ $errors->first('min_position') }}
{{ $errors->first('winners') }}
{{ $errors->first('price') }}
{{ Form::close() }}
@if(!empty($findallpricecards)) @php $snoo = 1; $countpricecards = count($findallpricecards); @endphp @foreach($findallpricecards as $pricecars) @if(!empty($pricecars->gadgets_image)) @else @endif @if($snoo == $countpricecards) @endif @php $snoo++; @endphp @endforeach @endif
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 }} Delete