@extends('admin.layouts.default') @section('content')

Add League Price Card

@foreach($findchallenge as $fmatch) @endforeach
Wining amount {{ucwords($fmatch->win_amount)}}
Entry fees {{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_match_pricecard',$addcardid],'files' => true]) }}