Add New Player
{{ implode('', $errors->all('
@endif
:message
')) }}
{!! Form::text('data[name]', '', ['class' => 'form-control', 'placeholder' => 'Name']); !!}
{!! Form::date('data[dob]', '', ['class' => 'form-control', 'placeholder' => 'DOB']); !!}
{!! Form::select('data[position][]',$positions,'',['class' => 'form-control', 'multiple' => 'multiple'])!!}
{!! Form::text('data[value]',0,['class' => 'form-control'])!!}
{!! Form::text('data[tshirt_number]','',['class' => 'form-control'])!!}
{!! Form::textarea('data[contact_player_information]','',['class' => 'form-control'])!!}
{!! Form::select('data[status]',['Available' => 'Available', 'Recovering' => 'Recovering', 'Suspended' => 'Suspended', 'Injured' => 'Injured'],'',['class' => 'form-control'])!!}
Upload maximum size of 2MB.