New Customer Created

A new customer has been added to the system by {{ $createdBy }}.

Customer Details

Name: {{ $customer->name }}
Country: {{ $customer->countries->country ?? 'N/A' }}
Currency: {{ $customer->currency }}
VAT Number: {{ $customer->vat ?? 'N/A' }}
Finance Email: {{ $customer->finance_email ?? 'N/A' }}
Phone: {{ $customer->phone ?? 'N/A' }}
Factored: @if($customer->factored) Yes @else No @endif
@if($customer->customer_payment_terms->count() > 0)

Payment Terms

@foreach($customer->customer_payment_terms as $term) @endforeach
{{ $term->percentage }}% due in {{ $term->days }} days
@endif @if($customer->customer_addresses->count() > 0)

Address

@foreach($customer->customer_addresses as $address) @if($address->line1) @endif @if($address->city) @endif @if($address->postcode) @endif
Address Name: {{ $address->name }}
Address: {{ $address->line1 }}
City: {{ $address->city }}
Postcode: {{ $address->postcode }}
Country: {{ $address->countries->country ?? 'N/A' }}
@endforeach @endif

Created on {{ now()->format('d M Y \a\t H:i') }}

Robert Todd's Ltd This is an automated notification from Loop