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

{!! $bond->id !!}

{!! Form::label('bond_name', 'Bond Name:') !!}

{!! $bond->bond_name !!}

{!! Form::label('bond_short_description', 'Bond Short Description:') !!}

{!! $bond->bond_short_description !!}

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

{!! $bond->phone !!}

{!! Form::label('username', 'Username:') !!}

{!! $bond->username !!}

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

{!! $bond->email !!}

{!! Form::label('password', 'Password:') !!}

{!! $bond->password !!}

{!! Form::label('device_id', 'Device Id:') !!}

{!! $bond->device_id !!}

{!! Form::label('location', 'Location:') !!}

{!! $bond->location !!}

{!! Form::label('profile_path', 'Profile Path:') !!}

{!! $bond->profile_path !!}

{!! Form::label('dob', 'Dob:') !!}

{!! $bond->dob !!}

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

{!! $bond->status !!}

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

{!! $bond->created_at !!}

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

{!! $bond->updated_at !!}