@if ( $type == 'profit')
$
%
@endif @if ( $type == 'stock')
$
%
%
@endif @if ( $type == 'currency')
@endif @if ($generalSettings->captcha_status && ($generalSettings->captcha_for_registered || !auth()->check())) @endif
@if ( !empty($data) )
@if ( !empty($data['profit']) )
{{ __('Sale Revenue') }} ${{ $data['profit']['sale_revenue'] }}
{{ __('Gross Profit') }} ${{ $data['profit']['gross_profit'] }}
{{ __('Mark Up') }} {{ $data['profit']['mark_up'] }}%
@else
{{ __('Amount Required') }} ${{ $data['amount_required'] }}
@endif
@endif