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

Add Promoter Private League

{{ Form::open(['role' => 'form','id'=>'MatchAddForm','route'=>[$modelName.'.add_private_contest'],'files' => true]) }}
{{ Form::close() }}
@endsection