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