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

Add Venue

{{ Form::open(['role' => 'form','id'=>'playerAddForm','route'=>[$modelName.'.add'], 'files' => true]) }}
{{$errors->first('role')}}
{{$errors->first('role')}}
{{$errors->first('role')}}
{{$errors->first('role')}}
{{ Form::close() }}
@endsection