@if ( $type == 'profit')
$
%
@endif @if ( $type == 'stock')
$
%
%
@endif @if ( $type == 'currency')
@endif @if ( \App\Models\Admin\General::first()->captcha_status ) @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