@extends('coinpayment::layouts.master') @section('title', 'Payment') @push('styles') @endpush @section('content')
| Description | Amount |
|---|---|
|
{{ $item['descriptionItem'] }}
Item Price: {{ $item['priceItem'] }} {{ config('coinpayment.default_currency') }}
Quantity: {{ $item['qtyItem'] }} |
{{ $item['subtotalItem'] }} {{ config('coinpayment.default_currency') }} |
| Item Total | {{ number_format($itemTotal, 2) }} {{ config('coinpayment.default_currency') }} |
|---|---|
| Total Amount {{ config('coinpayment.default_currency') }} | {{ $data['amountTotal'] }} {{ config('coinpayment.default_currency') }} |
| Payment Method | @{{ paymentMethod }} |
| Total Amount @{{ paymentMethod }} | @{{ total_amount_coin }} |