{!! Form::model($bank,array('url' => 'banks/local-exchange/save', 'files' => true, 'id' => 'newbank-form', 'class' => 'm-form m-form--fit m-form--label-align-right', 'autocomplete' => 'on')) !!}

Courier Details

{{ Form::CtText('name',null,['required'],'Couier Name','*') }}
{{ Form::close() }}