@extends($activeTemplate . 'layouts.master')
@section('content')
@php
$pageTitle = $pageTitle . ': Flutterwave';
@endphp
-
@lang('You have to pay '):
{{ showAmount($deposit->final_amount,currencyFormat:false) }} {{ __($deposit->method_currency) }}
-
@lang('You will get '):
{{ showAmount($deposit->amount) }}
@endsection
@push('script')
@endpush