@extends('master') @section('title') Company Deeds Data @stop @section('styles') @stop @section('content') @include('partials.nav')

Company Deeds

This Report can also be used when a business or director signs surety on a property. This Report will tell us if there is in fact equity in the property. Property details of ownership from Compuscan that include: purchase price, erf details, bond amount, equity available and ownership details. This Report can also be used when a business or director signs surety on a property. This Report will tell us if there is in fact equity in the property.


@if($errors->first('businessName')) {{ Form::text('businessName', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('regNumber')) {{ Form::text('regNumber', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif

Supplier:

R{{$compuscanCompanyDeeds}}


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