@section('page_name') Create new customer @stop @section('breadcrumbs') Customers Create Customer @stop @section('stylesheets') @stop @section('scripts') @stop @section('content') {{ Form::open(array('action' => 'customers.store', 'method' => 'POST', 'onsubmit' => 'return validateForm()')) }}
Customer name | {{ Form::text('companyName') }} |
Tax / Personal ID | {{ Form::text('cifnif') }} |
Contact title | {{ Form::text('contactTitle', null, array('placeholder' => 'Mr, Mrs, Dr, Miss...')) }} |
Contact name | {{ Form::text('contactName') }} |
Shop name | {{ Form::text('shopName') }} |
Phone | {{ Form::text('phone') }} |
Mobile | {{ Form::text('mobile') }} |
Fax | {{ Form::text('fax') }} |
Email address | {{ Form::text('email') }} |
Website | {{ Form::text('website') }} |
It is important that you ask and add this information, so that you can track your response rate from each advertising source.
Which employee represents this customer?
If you need to deliver or visit the client, you can specify a fixed fee so that you can add this fee easily to your quotes.
This rating is only for your personal use, so that when quoting client or accepting payments you can sweiftly request payment.
Under the Anti Spamming protection act, they must accept and acknowledge their wish to receive promotional material from you.
Do you want to add any specific reference number for this client?
Address | {{ Form::textarea('address') }} |
City | {{ Form::text('city') }} |
Region | {{ Form::text('region') }} |
Postal code | {{ Form::text('postalCode') }} |
Country | {{ Form::text('country') }} |
Visual directions | {{ Form::textarea('visualDirections') }} |
Account holder | {{ Form::text('accountHolder') }} |
Bank name | {{ Form::text('bankName') }} |
Swiftcode | {{ Form::text('swiftcode') }} |
IBAN | {{ Form::text('iban') }} |
SEPA Mandate ID | {{ Form::text('sepa_mandateId') }} |
SEPA Mandate Date | {{ Form::text('sepa_mandateDate', null, array('class' => 'date basinput')) }} |