@extends('coinpayment::layouts.master') @section('title', 'Payment') @push('styles') @endpush @section('content')
@if(config('coinpayment.header_type') == 'logo') @elseif(config('coinpayment.header_type') == 'text')
{{ config('coinpayment.header_text') }}
@endif
  • @{{ index }}
    • @{{ err }}
@if(count($data['items']) > 0) @php $itemTotal = 0; @endphp @foreach($data['items'] as $item) @php $itemTotal += $item['subtotalItem'] @endphp @endforeach()
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 }}
@endif

{{ $data['note'] }}
Loading Payment Method...
@{{ coin.name }}
@{{ coin.rate }}
@stop @push('scripts') @endpush