@extends($activeTemplate.'layouts.master') @section('content')
@lang('Paystack Payment')
@csrf
  • @lang('You have to pay '): {{showAmount($deposit->final_amount,currencyFormat:false)}} {{__($deposit->method_currency)}}
  • @lang('You will get '): {{showAmount($deposit->amount)}}
@endsection