{!! Form::label('name', __('models/tblZones.fields.name').':') !!} {!! Form::text('name', null, ['class' => 'form-control','maxlength' => 255,'maxlength' => 255,'maxlength' => 255]) !!}
{!! Form::label('tbl_city_id', __('models/tblZones.fields.tbl_city_id').':') !!} {!! Form::select('tbl_city_id', $cities,null, ['class' => 'form-control']) !!}