{{ Form::label('phone', trans('admin/suppliers/table.phone'), array('class' => 'col-md-3 control-label')) }}
{{Form::text('phone', Input::old('phone', $item->phone), array('class' => 'form-control')) }} {!! $errors->first('phone', ' :message') !!}