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