{!! Form::label('User name', trans('User name')) !!} {!! Form::text('username', old('Username', $registration->username), ['class' => 'form-control', 'placeholder' => trans('appname'),'required']) !!}
{!! Form::label('IMEI', trans('IMEI')) !!} {!! Form::text('IMEI', old('IMEI', $registration->IMEI), ['class' => 'form-control', 'placeholder' => trans('IMEI'), 'required']) !!}
{!! Form::label('Brand', trans('Brand')) !!}
{!! Form::label('Location', trans('Location')) !!}
{!! Form::label('News Sources', trans('News Sources')) !!}
{!! $errors->first('IMEI', ':message') !!}