@foreach($styles as $style) @endforeach
{{_t('register.Thank_you_for_your_business')}}
{{ $invoiceExcerpt }}
{!! getConfig('company_information','company_name') !!}
{!! getConfig('company_information','address') !!}
{{ getConfig('company_information','telephone') }} {{ getConfig('company_information','e-mail') }}
{{_t('register.Item')}}
{{_t('register.Qty')}}
{{_t('register.Price')}}
{{ $item->description }}
{{ $item->quantity }}
{{ currency($item->total) }}
{{ $total->totalModule->name }} {{ currency($total->amount) }}
{{ $payer->address() }}
{!! html_entity_decode(getConfig('company_information','company_name')) !!} {!! html_entity_decode(html_entity_decode(getConfig('company_information','address'))) !!}