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