{!! Form::label('user_id', 'User Id:') !!}

{!! $profile->user_id !!}

{!! Form::label('image', 'Image:') !!}

{!! $profile->image !!}

{!! Form::label('fullName', 'Fullname:') !!}

{!! $profile->fullName !!}

{!! Form::label('about', 'About:') !!}

{!! $profile->about !!}

{!! Form::label('facebook', 'Facebook:') !!}

{!! $profile->facebook !!}

{!! Form::label('twitter', 'Twitter:') !!}

{!! $profile->twitter !!}

{!! Form::label('linkedin', 'Linkedin:') !!}

{!! $profile->linkedin !!}

{!! Form::label('instagram', 'Instagram:') !!}

{!! $profile->instagram !!}

{!! Form::label('city', 'City:') !!}

{!! $profile->city !!}

{!! Form::label('state', 'State:') !!}

{!! $profile->state !!}

{!! Form::label('active', 'Active:') !!}

{!! $profile->active !!}