@extends($activeTemplate . 'layouts.master') @section('content')
@csrf

@if (@$advertisement || @$monetization || @$campaign) @lang('Payment') @else @lang('Deposit') @endif

@foreach ($gatewayCurrency as $data) @endforeach @if ($gatewayCurrency->count() > 4) @endif
@php if (!empty($monetization)) { $amount = getAmount(gs('monetization_amount')); } elseif (!empty($advertisement)) { $amount = getAmount($advertisement->total_amount); } elseif ($campaign) { $amount = getAmount($campaign->hold_amount > 0 ? $campaign->hold_amount : $campaign->total_amount); } else { $amount = 0; } @endphp @if (@$advertisement || @$campaign)

@if (@$campaign) @lang('Campaign') @else @lang('Advertisement') @endif

@if (@$campaign) {{ __($campaign->title) }} @else {{ __($advertisement->title) }} @endif


@if(@$campaign)

@lang('Total Budget')

{{showAmount($campaign->total_amount + $campaign->hold_amount)}}

@lang('Previous Pay Amount')

(-) {{showAmount($campaign->hold_amount > 0 ? $campaign->total_amount : 0)}}

@endif

@lang('Amount')

{{showAmount($amount)}}


@else

@lang('Amount')

{{ gs('cur_sym') }}

@endif

@lang('Limit')

@lang('0.00')

@lang('Processing Charge')

@lang('0.00') {{ __(gs('cur_text')) }}

@lang('Total')

@lang('0.00') {{ __(gs('cur_text')) }}

@lang('Conversion')

@lang('In')

@lang('Conversion with') @lang('and final value will Show on next step')

@lang('Ensuring your funds grow safely through our secure payment process with world-class payment options.')

@endsection @push('script') @endpush