@extends('master') @section('title') Status Data Report @stop @section('styles') @stop @section('content') @include('partials.status-nav')

Detailed Report

A report completely researched from scratch by Status Data. 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' => '/full-reports', 'method' => 'POST', 'data-abide' => '','files' => true]) }}

Clients Contacts:

{{ Form::text('clientName') }}
{{ Form::text('ClientTel') }}
{{ Form::email('clientEmail') }}

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') }}

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') }}

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') }}

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') }}
{{ Form::close() }} @include('partials.footer') @stop @section('scripts') @stop