@section('reportTitle') Customers without CIF number @stop @section('subtitle') @stop @section('table')
Customer ID | Customer name | Contact name |
---|---|---|
{{ $customer->id }} | {{ $customer->getCustomerName() }} | {{ $customer->contactTitle . ' ' . $customer->contactName }} |