{!! Form::label('name', 'Name:') !!}

{{ $user->name }}

{!! Form::label('frist_name', 'Frist Name:') !!}

{{ $user->frist_name }}

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

{{ $user->last_name }}

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

{{ $user->email }}

{!! Form::label('address', 'Address:') !!}

{{ $user->address }}

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

{{ $user->city }}

{!! Form::label('country', 'Country:') !!}

{{ $user->country }}

{!! Form::label('bio', 'Bio:') !!}

{{ $user->bio }}

{!! Form::label('image_name', 'Image Name:') !!}

{{ $user->image_name }}

{!! Form::label('phone', 'Phone:') !!}

{{ $user->phone }}