 {{ __('backend.addNewLanguage') }}
{{Form::open(['route'=>['webmasterLanguageStore'],'method'=>'POST'])}}
{!! Form::text('code','', array('placeholder' => 'en','class' => 'form-control', 'required'=>'', 'minlength'=>'2', 'maxlength'=>'2', 'onkeyup'=>"this.value=this.value.replace(/[^a-z]/g,'');", 'style'=>'text-transform: lowercase')) !!}
{!! Form::text('title','', array('placeholder' => 'English','class' => 'form-control', 'required'=>'')) !!}