@extends('master') @section('title') Detailed Commercial Report @stop @section('styles') @stop @section('content') @include('partials.nav')

Researched 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


Your Contacts:

{{ $client->name }}
{{ $client->email }}

Inoxico Report Type

Quickview - R{{ $inoxicoQuick }}
Basic - R{{ $inoxicoBasic }}
Detailed - R{{ $inoxicoDetailed }}
Comprehensive - R{{ $inoxicoComprehensive }}

Debtors Details

{{ Form::text('companyName') }}
{{ Form::text('DebtorsRegNumber') }}
{{ Form::text('debtorContacts') }}
{{ Form::email('DebtorEmail') }}

Trade Reference 1

{{ Form::text('refCompany1') }}
{{ Form::select('termRef1', [ '' => 'Please Select', '30' => '30 days', '60' => '60 days', '90' => '90 days', '120+' => '120+ days' ] ) }}
{{ 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+' ] ) }}
{{ Form::text('contactPerson1') }}
{{ Form::text('contact1') }}
{{ Form::radio('consent1', 'YES', false) }} Yes {{ Form::radio('consent1', 'NO', false) }} No

Trade Reference 2

{{ Form::text('refCompany2') }}
{{ Form::select('termRef2', [ '' => 'Please Select', '30' => '30 days', '60' => '60 days', '90' => '90 days', '120+' => '120+ days' ] ) }}
{{ 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+' ] ) }}
{{ Form::text('contactPerson2') }}
{{ Form::text('contact2') }}
{{ Form::radio('consent2', 'YES', false) }} Yes {{ Form::radio('consent2', 'NO', false) }} No

Trade Reference 3

{{ Form::text('refCompany3') }}
{{ Form::select('termRef3', [ '' => 'Please Select', '30' => '30 days', '60' => '60 days', '90' => '90 days', '120+' => '120+ days' ] ) }}
{{ 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+' ] ) }}
{{ Form::text('contactPerson3') }}
{{ Form::text('contact3') }}
{{ Form::radio('consent3', 'YES', false) }} Yes {{ Form::radio('consent3', 'NO', false) }} No

Banking Details

{{ Form::text('initials') }}
{{ Form::text('surname') }}
{{ Form::text('idNumber') }}
{{ Form::text('accountNumber') }}
{{ Form::text('branchCode') }}
{{ Form::select('accountType', [ '' => 'Please Select', 'current' => 'current', 'savings' => 'savings', 'bond' => 'bond', 'credit card' => 'credit card', 'subscription share' => 'subscription share', 'not known' => 'not known' ] ) }}

{{ Form::file('creditApplication') }}

Supplier:


{{ Form::close() }} @include('partials.footer') @stop @section('scripts') @stop