{!! Form::label('id', 'Id:') !!}

{!! $profile->id !!}

{!! Form::label('first_name', 'First Name:') !!}

{!! $profile->first_name !!}

{!! Form::label('last_name', 'Last Name:') !!}

{!! $profile->last_name !!}

{!! Form::label('email', 'Email:') !!}

{!! $profile->email !!}

{!! Form::label('age', 'Age:') !!}

{!! $profile->age !!}

{!! Form::label('mobile', 'Mobile:') !!}

{!! $profile->mobile !!}

{!! Form::label('other_mobile', 'Other Mobile:') !!}

{!! $profile->other_mobile !!}

{!! Form::label('mobile_verify_code', 'Mobile Verify Code:') !!}

{!! $profile->mobile_verify_code !!}

{!! Form::label('mobile_verify_status', 'Mobile Verify Status:') !!}

{!! $profile->mobile_verify_status !!}

{!! Form::label('region_id', 'Region Id:') !!}

{!! $profile->region_id !!}

{!! Form::label('country_id', 'Country Id:') !!}

{!! $profile->country_id !!}

{!! Form::label('city_id', 'City Id:') !!}

{!! $profile->city_id !!}

{!! Form::label('gender', 'Gender:') !!}

{!! $profile->gender !!}

{!! Form::label('brief', 'Brief:') !!}

{!! $profile->brief !!}

{!! Form::label('photo', 'Photo:') !!}

{!! $profile->photo !!}

{!! Form::label('status', 'Status:') !!}

{!! $profile->status !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $profile->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $profile->updated_at !!}