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