@extends('admin.layouts.default') @section('content')
Add New Master League

Contest Matches

{{ Form::open(['role' => 'form','id'=>'challengeAddForm','route'=>[$modelName.'.create_challenge'],'files' => true,'class'=>'form-inline','method' => 'get']) }} @php $matches=""; $getmatchid=""; @endphp @if(isset($_GET['matchid'])) @php $getmatchid = $_GET['matchid']; @endphp @endif
{{ Form::close() }}
@if(isset($allchallenges) && count($allchallenges)>0)