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

Edit Match

{{ Form::open(['role' => 'form','id'=>'matchAddForm','route'=>[$modelName.'.edit_match',$matchkey], 'files' => true]) }}

Team 1 Players

Team 2 Players

{{ Form::close() }}
@endsection