Segmentation customer update
@if ($customer)
Customer name: {{ $customer->getCustomerName() }}
Contact name: {{ $customer->contactName }}
Address: {{ $customer->address }}
City: {{ $customer->city }}
Email: {{ $customer->email }}
CIF: {{ $customer->cifnif }}
@else
You're done! All customers have been updated
@endif