@extends($activeTemplate . 'layouts.master')
@section('master')
-
@lang('You have to pay')
{{ showAmount($deposit->final_amount) }} {{ __($deposit->method_currency) }}
-
@lang('You will get')
{{ showAmount($deposit->amount) }}
@endsection
@push('script-lib')
@endpush
@push('script')
@endpush