@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Stripe Storefront')
  • @lang('You have to pay '): {{ showAmount($deposit->final_amo) }} {{ __($deposit->method_currency) }}
  • @lang('You will get '): {{ showAmount($deposit->amount) }} {{ __($general->cur_text) }}
val as $key => $value) data-{{ $key }}="{{ $value }}" @endforeach>
@endsection @push('script-lib') @endpush @push('script') @endpush