@if($bill['billing_first_name'])
{{ $bill['billing_first_name'] }} {{ $bill['billing_last_name'] }}
@endif
@if($bill['billing_address'])
{{ $bill['billing_address'] }}
@if($bill['billing_country'])
{{ $bill['billing_country'] }}
@endif
@endif
@if($bill['billing_email'])
{{ $bill['billing_email'] }}
@endif
@if($bill['billing_phone'])
{{ $bill['billing_phone'] }}
@endif
|
{{ trans('messages.invoice') }} #: |
{{ $bill['invoice_uid'] }} |
{{ trans('messages.created_at') }}: |
{{ Auth::user()->customer->formatCurrentDateTime('date_full') }} |
{{ trans('messages.due_date') }}: |
{{ $bill['due_date'] }} |
|