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

Principal Bank Code (24 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 (24 hour bank code)


@if($errors->first('surname')) {{ Form::text('surname', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('forename1')) {{ Form::text('forename1', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
{{ Form::text('forename2')}}
{{ Form::text('forename3') }}
@if($errors->first('accountHolder')) {{ Form::text('accountHolder', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('idNumber')) {{ Form::text('idNumber', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('bank')) @else @endif
@if($errors->first('country')) @else @endif
@if($errors->first('branchName')) {{ Form::text('branchName', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('branchCode')) {{ Form::text('branchCode', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('accountNumber')) {{ Form::text('accountNumber', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('accountType')) @else @endif
@if($errors->first('amount')) {{ Form::text('amount', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('terms')) @else @endif

Supplier:

R{{$compuscanBankCodePrincipal}}


@include('partials.footer') @stop @section('scripts') @stop