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

{!! $customerIdentity->id !!}


{!! Form::label('customer_id', 'Customer Id:') !!}

{!! $customerIdentity->customer_id !!}


{!! Form::label('id_type', 'Id Type:') !!}

{!! $customerIdentity->id_type !!}


{!! Form::label('id_number', 'Id Number:') !!}

{!! $customerIdentity->id_number !!}


{!! Form::label('issuing_authority', 'Issuing Authority:') !!}

{!! $customerIdentity->issuing_authority !!}


{!! Form::label('place_of_issue', 'Place Of Issue:') !!}

{!! $customerIdentity->place_of_issue !!}


{!! Form::label('date_of_issue', 'Date Of Issue:') !!}

{!! $customerIdentity->date_of_issue !!}


{!! Form::label('expiry_date', 'Expiry Date:') !!}

{!! $customerIdentity->expiry_date !!}


{!! Form::label('issuing_country', 'Issuing Country:') !!}

{!! $customerIdentity->issuing_country !!}


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

{!! $customerIdentity->points !!}