@extends('master')
@section('title')
Credit Check + BCD
@stop
@section('styles')
@stop
@section('content')
Request Onfile Report with Bank Code Data
{{ Form::open() }}
{{ Form::text('businessName') }}
{{ Form::text('regNumber') }}
{{ Form::close() }}
@stop