{{ $title }}
@if(!empty($data))Detail:
@if(isset($data['order_id']))
Order ID:
#{{ $data['order_id'] }}
@endif
@if(isset($data['inquiry_id']))
Inquiry ID:
#{{ $data['inquiry_id'] }}
@endif
@if(isset($data['contact_id']))
Contact ID:
#{{ $data['contact_id'] }}
@endif
@if(isset($data['production_id']))
Production ID:
#{{ $data['production_id'] }}
@endif
@if(isset($data['customer_name']))
Customer:
{{ $data['customer_name'] }}
@endif
@if(isset($data['name']))
Nama:
{{ $data['name'] }}
@endif
@if(isset($data['product_title']))
Produk:
{{ $data['product_title'] }}
@endif
@if(isset($data['total_price']))
Total Harga:
Rp {{ number_format($data['total_price'], 0, ',', '.') }}
@endif
@if(isset($data['payment_method']))
Metode Pembayaran:
{{ ucfirst($data['payment_method']) }}
@endif