@extends('layouts.landing-page') @section('content')
#{{ $order->order_no }}
Nama: {{ $order->user->name }}
Email: {{ $order->user->email }}
Telp: {{ '+'.$order->user->phone }}
Alamat: {{ ($order->user->profile) ? $order->user->profile->address : '' }}
| Uraian | Qty | Harga/Nilai | |
|---|---|---|---|
|
@php
$license_type = $row->songLicense->license_type;
$time_amount = $row->songLicense->time_amount;
$time_type = $row->songLicense->time_type;
@endphp
{{ 'Lisensi ' . $row->songLicense->license_type . ' (' . $row->songLicense->zone . ')' }}
{{ $row->songLicense->song->title }}
{{ 'Cipt. ' . $row->songLicense->song->songContributors->pluck('user.name')->implode(', ') }}
|
1 | @if ($row->songLicense->payment_type == 'Beli Harga')Rp. {{ number_format($row->songLicense->amount) }} | @else{{ number_format($row->songLicense->amount) }} % | @endif
Silakan transfer ke rekening berikut:
Bank: {{ $bank_name }}
No Rek: {{ $bank_acc_number }}
An: {{ $bank_acc_name }}
Sejumlah : Rp. {{ number_format($total, 0, ',', '.') }}
Terbilang : {{ terbilang_rupiah($total) }}