@extends('layouts.landing-page') @section('content')

Pembayaran {{-- 3 item --}}

{{-- Kembali ke Keranjang --}}

Informasi Pembeli

{{-- --}}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ '+' . Auth::user()->phone ?? '' }}
{{ Auth::user()->profile->address ?? '-' }}
{{ Auth::user()->region }}
Perhatian! harap lengkapi profil Anda terlebih dahulu sebelum melakukan pembelian. Apabila terjadi kesalahan / kekurangan dalam pengisian data maka kami tidak bertanggung jawab terhadap pembelian Anda.
Produk yang sudah dibeli tidak dapat dikembalikan.

Metode Pembayaran

Item Pesanan

{{ 'Lisensi ' . $songLincese->license_type }}

{{ $songLincese->zone }}
@php $imgUrl = app(\App\Services\SongServices::class)->getCoverImageS3( $songLincese->song, 'sm', ); @endphp Cover

{{ $songLincese->song->title }}

{{ $songLincese->song->labels }}
{{--
@foreach ($composerArray as $composer) {{ $composer['name'] }} @endforeach
--}}

Cipt. {{ implode(', ', array_column($composerArray, 'name')) }}

{{--

License Type

--}}

@if ($songLincese->payment_type == 'Beli Harga') Rp {{ number_format($songLincese->amount) }} @else {{ number_format($songLincese->amount) }}% @endif

Detail Pembayaran

Subtotal Rp. {{ number_format($songLincese->amount) }}
PPN ({{ $ppnVal }}%) @php $ppnPrice = ($songLincese->amount * $ppnVal) / 100; @endphp Rp {{ number_format($ppnPrice) }}
Fee Va Rp 0
Total Pembayaran Rp. {{ number_format($songLincese->amount + $ppnPrice) }}
Transaksi dienkripsi dengan SSL 256-bit
{{--
Powered by Midtrans
--}}
@endsection @section('scripts') {{-- --}} @endsection @push('script') @endpush