@section('page_name') Customer Segmentation Update @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
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 }}


Set to:
@else You're done! All customers have been updated @endif
@stop