@extends($activeTemplate . 'layouts.master') @section('content') @php $pageTitle = $pageTitle . ': Stripe Storefront'; @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-lib') @endpush @push('script') @endpush