@extends('master')
@section('title')
Basic Commercial Report
@stop
@section('styles')
@stop
@section('content')
@include('partials.nav')
Basic 24 hr Commercial Report
A report completely researched from scratch. This report includes a full assessment with the director and trade references. There are no financials, contracts, trade data and director assessments included.
Business CIPC, Business Score, Business Adverse (Judgments, Defaults etc.), Business Deeds, Business Trade References , Director (application signatory) assessment, Principal Detail , Principal Deeds, Principal links and affiliations, Principal Defaults, Standard Bank Code (24 hour bank code), Enquiry History
{{ Form::open(['url' => '/basic-commercial', 'method' => 'POST', 'data-abide' => '','files' => true]) }}
Your Contacts:
Name
{{ $client->name }}
Tel
012 799 0655
Email
{{ $client->email }}
Debtors Details
Company Name
{{ Form::text('companyName') }}
Reg Number
{{ Form::text('DebtorsRegNumber') }}
Contact Number
{{ Form::text('debtorContacts') }}
Email
{{ Form::email('DebtorEmail') }}
Trade Reference 1
Company Name
{{ Form::text('refCompany1') }}
Credit Terms applied for
{{ Form::select('termRef1', [
'' => 'Please Select',
'30' => '30 days',
'60' => '60 days',
'90' => '90 days',
'120+' => '120+ days'
]
) }}
Credit Limit applied for (R)
{{ Form::select('creditLimitRef1', [
'' => 'Please Select',
'0-100,000' => '0-100,000',
'100,000 – 250,000' => '100,000 – 250,000',
'250,000 – 1,000,000' => '250,000 – 1,000,000',
'1,000,000 – 5,000,000' => '1,000,000 – 5,000,000',
'5,000,000+' => '5,000,000+'
]
) }}
Contact Person
{{ Form::text('contactPerson1') }}
Contact Number
{{ Form::text('contact1') }}
Consent obtained?
{{ Form::radio('consent1', 1, true) }}
Yes
{{ Form::radio('consent1', 0, false) }}
No
Trade Reference 2
Company Name
{{ Form::text('refCompany2') }}
Credit Terms applied for
{{ Form::select('termRef2', [
'' => 'Please Select',
'30' => '30 days',
'60' => '60 days',
'90' => '90 days',
'120+' => '120+ days'
]
) }}
Credit Limit applied for (R)
{{ Form::select('creditLimitRef2', [
'' => 'Please Select',
'0-100,000' => '0-100,000',
'100,000 – 250,000' => '100,000 – 250,000',
'250,000 – 1,000,000' => '250,000 – 1,000,000',
'1,000,000 – 5,000,000' => '1,000,000 – 5,000,000',
'5,000,000+' => '5,000,000+'
]
) }}
Contact Person
{{ Form::text('contactPerson2') }}
Contact Number
{{ Form::text('contact2') }}
Consent obtained?
{{ Form::radio('consent2', 1, true) }}
Yes
{{ Form::radio('consent2', 0, false) }}
No
Trade Reference 3
Company Name
{{ Form::text('refCompany3') }}
Credit Terms applied for
{{ Form::select('termRef3', [
'' => 'Please Select',
'30' => '30 days',
'60' => '60 days',
'90' => '90 days',
'120+' => '120+ days'
]
) }}
Credit Limit applied for (R)
{{ Form::select('creditLimitRef3', [
'' => 'Please Select',
'0-100,000' => '0-100,000',
'100,000 – 250,000' => '100,000 – 250,000',
'250,000 – 1,000,000' => '250,000 – 1,000,000',
'1,000,000 – 5,000,000' => '1,000,000 – 5,000,000',
'5,000,000+' => '5,000,000+'
]
) }}
Contact Person
{{ Form::text('contactPerson3') }}
Contact Number
{{ Form::text('contact3') }}
Consent obtained?
{{ Form::radio('consent3', 1, true) }}
Yes
{{ Form::radio('consent3', 0, false) }}
No
Banking Details
Initials / Spaces in case of Company
{{ Form::text('initials') }}
Surname / Company name
{{ Form::text('surname') }}
ID Number / numeric part of Company registration number
{{ Form::text('idNumber') }}
Account Number
{{ Form::text('accountNumber') }}
Brach Code
{{ Form::text('branchCode') }}
Bank Account Type
{{ Form::select('accountType', [
'' => 'Please Select',
'current' => 'current',
'savings' => 'savings',
'bond' => 'bond',
'credit card' => 'credit card',
'subscription share' => 'subscription share',
'not known' => 'not known'
]
) }}
Attach Credit Application (browse)
{{ Form::file('creditApplication') }}
Select Supplier
Request
Confirm Order
Service Provider:
Report type: 24 hr Basic Commercial Report
Turnaround Time: 24 hours
Amount Ex VAT:
By selecting “confirm Order” you agree to the terms and conditions provided to you in terms of your agreement with Prestige.
Confirm Order
×
@include('partials.footer')
@section('scripts')
@stop