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

{!! $customerIdentity->id !!}


{!! Form::label('CustomerId', 'Customerid:') !!}

{!! $customerIdentity->CustomerId !!}


{!! Form::label('id_type', 'Idtype:') !!}

{!! $customerIdentity->id_type !!}


{!! Form::label('IdNumber', 'Idnumber:') !!}

{!! $customerIdentity->IdNumber !!}


{!! Form::label('IssuingAuthority', 'Issuingauthority:') !!}

{!! $customerIdentity->IssuingAuthority !!}


{!! Form::label('PlaceOfIssue', 'Placeofissue:') !!}

{!! $customerIdentity->PlaceOfIssue !!}


{!! Form::label('DateOfIssue', 'Dateofissue:') !!}

{!! $customerIdentity->DateOfIssue !!}


{!! Form::label('ExpiryDate', 'Expirydate:') !!}

{!! $customerIdentity->ExpiryDate !!}


{!! Form::label('IssuingCountry', 'Issuingcountry:') !!}

{!! $customerIdentity->IssuingCountry !!}


{!! Form::label('Points', 'Points:') !!}

{!! $customerIdentity->Points !!}