{{ $from->address . ' .' }}

Phone: {{ $from->phone }}

Invoice #{{ $transaction->order_id }}

TRANSACTION NO {{ $transaction->transaction_id }}

Invoice Date: {{ date('D, M Y', strtotime($transaction->created_at)) }}

Due Date: {{ date('D, M Y', strtotime($transaction->created_at)) }}

Invoiced To

{{ $transaction->company->user->name }}
{{ $transaction->company->user->contactInfo->address }} {{ $transaction->company->user->contactInfo->city ? $transaction->company->user->contactInfo->city->name . ',' : '' }} {{ $transaction->company->user->contactInfo->state ? $transaction->company->user->contactInfo->state->name . ',' : '' }} {{ $transaction->company->user->contactInfo->country ? $transaction->company->user->contactInfo->country->name : '' }}
Phone: {{ $transaction->company->user->contactInfo->phone }}
Email: {{ $transaction->company->user->contactInfo->email }}

Plan Total
{{ $transaction->plan->label }} {{ defaultCurrencySymbol() }}{{ $transaction->plan->price }}
Total {{ defaultCurrencySymbol() }}{{ $transaction->amount }}