{{ Form::text('id', null, array( 'id' => 'id', 'class' => 'form-control', 'disabled' => !$isNew )) }}
{{ Form::text('name', null, array( 'id' => 'name_input','class' => 'form-control', 'maxlength' => '45')) }}
{{ Form::text('native_name', null, array( 'id' => 'native_name_input','class' => 'form-control', 'maxlength' => '45')) }}
id ? $language->pivot->is_active : false) checked @endif value="1">
@if($isNew)
@endif
{!! Form::submit('Save', array('class' => 'btn btn-primary btn-block')) !!}