@extends($activeTemplate.'layouts.master')
@section('content')
-
@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