@csrf @if($customer->exists) @method('PATCH') @endif
Cancel
@if($customer->exists)

Contact people

Procurement, site, billing, and decision-making contacts.

@foreach($customer->contacts as $contact)
@csrf @method('PATCH')
@csrf @method('DELETE')
@endforeach
@csrf

Add contact

Sites & branches

Delivery, billing, and project locations belonging to this customer.

@foreach($customer->branches as $branch)
@csrf @method('PATCH')
@csrf @method('DELETE')
@endforeach
@csrf

Add site or branch

@endif