@extends('master') @section('title') Compuscan Principal Express Bank Code @stop @section('styles') @stop @section('content') @include('partials.compuscan-nav')

Principal Bank Code Express (4 Hour Delivery)

A direct enquiry at the corresponding bank, allowing us to understand the strength of the applicants banking account and cash flow based on set amounts (usually double the amount the application is made for i.e. 50,000 credit would justify 100,000 bank code. This way you know you are safe. Standard Bank Code (4 hour bank code)


{{ Form::open() }}
{{ Form::text('surname')}}
{{ Form::text('forename1') }}
{{ Form::text('forename2')}}
{{ Form::text('forename3') }}
{{ Form::text('accountHolder') }}
{{ Form::text('idNumber') }}
{{ Form::select('bank', [ '' => 'Please Select', 'ASBA' => 'ASBA', 'NEDBANK' => 'NEDBANK', 'STANDARD' => 'STANDARD BANK', 'FNB' => 'FNB', 'MERCANTILE' => 'MERCANTILE', 'BANK OF ATHENS' => 'BANK OF ATHENS', 'CITI BANK' => 'CITI BANK', 'HSBC' => 'HSBC', 'HBZ' => 'HBZ', 'HABIB BANK' => 'HABIB BANK', 'INVESTEC' => 'INVESTEC'] ) }}
{{ Form::text('branchName') }}
{{ Form::text('branchCode')}}
{{ Form::text('accountNumber')}}
{{ Form::text('amount')}}
{{ Form::close() }}
@include('partials.footer') @stop