{{ $invoice->club_name }}{{ $invoice->club_address }}{{ Carbon\Carbon::parse($invoice->date)->format('jS \of F Y') }} |
@if($type=="pdf")
@else
@endif
|
| To | |
|---|---|
| Name | {{ $invoice->company_name }} |
| Address | {{ $invoice->address }} |
| Qty. | Description | Amount |
|---|---|---|
| 1 | Sponsorship of {{ $invoice->act_name }} in {{ $invoice->event_name }} | €{{number_format($invoice->amount,2,'.','')}} |
| Total | €{{number_format($invoice->amount,2,'.','')}} | |
| Payment Details | |
|---|---|
|
Your unique payment link for this sponsorship is:
|
|
| Cheques can be made payable to {{ $invoice->club_name }}, or via Bank Transfer to {{ $invoice->club_bank_details }} | |
@if($type=="pdf")
@else
@endif
|
{{ $invoice->event_support_sponsor_thankyou_text}} {{ $invoice->club_name }} |