{{ __('Invoice date: ') . date('Y-m-d') }}
{{ $company->name }}
{{ __('Address: ') . $company->address }}
{{ __('Phone: ') . $company->phone }}
{{ __('Email: ') . $company->email }}
{{ __('Customer: ') . $invoice->user->name }}
{{ __('Address: ') . $invoice->user->detail->address }}
{{ __('Phone: ') . $invoice->user->detail->phone }}
{{ __('Email: ') . $invoice->user->email }}
{{ __('Description') }} | {{ __('Amount') }} |
---|---|
{{ __('Package name ') . $invoice->billing->package_name }} {{ __('(Started on ') . $invoice->billing->package_start . __(')') }} |
{{ config('app.currency') . $invoice->package_price }} |
{{ __('Total:') }} | {{ config('app.currency') . $invoice->package_price }} |