@php
$labelRequiredForAll = '
';
$labelRequiredForBUS = ' ';
if ($companyType == 'BUS') {
$labelRequiredForBUS .= '
';
}
@endphp
@if(isset($isSalesTypeCheckStatus->billingSale) && $isSalesTypeCheckStatus->billingSale == 'true')
@endif
@if ($is_incentive_type == 1)
@endif