@foreach($customerIdentities as $customerIdentity) @endforeach
Customer Id Id Type Id Number Issuing Authority Place Of Issue Date Of Issue Expiry Date Issuing Country Points Action
{!! $customerIdentity->customer_id !!} {!! $customerIdentity->id_type !!} {!! $customerIdentity->id_number !!} {!! $customerIdentity->issuing_authority !!} {!! $customerIdentity->place_of_issue !!} {!! $customerIdentity->date_of_issue !!} {!! $customerIdentity->expiry_date !!} {!! $customerIdentity->issuing_country !!} {!! $customerIdentity->points !!}
@include('admin.customers.customer-popup') @section('footer_scripts') @stop