@extends('layouts.email') @section('email_content')
@foreach( $email['email_body'] as $lable => $value ) @php // lable unique for those cases where there are dupes! $lable = str_replace('_', '', $lable); $isHeader = is_numeric($lable); @endphp @if( $isHeader ) @continue; @endif @endforeach
{{ $email['email_subject'] }}
{!! html_entity_decode($value) !!}
{!! html_entity_decode($lable) !!}
{!! html_entity_decode($value) !!}
@endsection @section('email_disclaimer')

Please note these tariffs are subject to change to be in line with legislation.

DISCLAIMER:

Under the heading Miscellaneous, an estimate of the total amount which will be charged for the following additional attendances/disbursements has been included:

Should the following be applicable, no allowance has been made in the estimate for:

The Capital Gains Tax [CGT] calculator provides an estimate of the amount of your profits that will be subject to CGT, and an estimate of the CGT payable. These estimates are based in part on certain assumptions that may not be accurate. They do not constitute legal or tax advice.

Only you or your accountant/auditor and SARS will be able to determine the correct CGT payable, as this will depend on your personal circumstances that we cannot account for. You are encouraged to take proper professional advice for an accurate assessment of your CGT liability.

Please note this calculation and these tariffs will apply until the end of the current tax year.

We hereby absolve ourselves of liability for any consequences that you might suffer as a result of any reliance placed on our estimates.

@endsection