{{ __('Payment Detail') }}
Billings
{{ $invoice->customer_paket->user->full_name }}
{{ trans('customer.label.address') }}: {{ $invoice->customer_paket->full_customer_billing_address }}
{{ trans('customer.label.email') }}: {{ $user->email ?? '-' }}
{{ trans('customer.label.phone') }}: {{ $invoice->customer_paket->customer_billing_address->phone ?? '-' }}