{{ __('Invoice #') . $invoice->invoice }}

{{ __('Invoice date: ') . date('Y-m-d') }}

{{ __('ISP Details:') }}

{{ $company->name }}

{{ __('Address: ') . $company->address }}

{{ __('Phone: ') . $company->phone }}

{{ __('Email: ') . $company->email }}

{{ __('Invoice Details:') }}

{{ __('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 }}