@section('page_name') Edit '{{ $customer->companyName }}' @stop @section('breadcrumbs') Customers {{ $customer->getCustomerName() }} Edit @stop @section('page_header') @stop @section('scripts') @stop @section('content') {{ Form::model($customer, array('route' => array('customers.update', $customer->id), 'method' => 'PUT', 'onsubmit' => 'return validateForm()')) }}
Customer code | {{ Form::text('customerCode') }} |
Company name | {{ Form::text('companyName') }} |
Tax Id | {{ Form::text('cifnif') }} |
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') }} |
Map location |
{{ Form::hidden('locationLat', null, array('id' => 'locationLat')) }}
{{ Form::hidden('locationLng', null, array('id' => 'locationLng')) }}
hasCoordinates()) ? 'class="hidden"' : '' }}>
hasCoordinates()) ? 'class="hidden"' : '' }}>
|
Contact title | {{ Form::text('contactTitle') }} |
Contact name | {{ Form::text('contactName') }} |
Phone | {{ Form::text('phone') }} |
mobile | {{ Form::text('mobile') }} |
Fax | {{ Form::text('fax') }} |
Email address | {{ Form::text('email') }} |
Website | {{ Form::text('website') }} |
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')) }} |