Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.32 KB | None | 0 0
  1. <p>Thanks {{$Member->FirstName}} for choosing Powerleague.</p>
  2.         <p>Here’s just a quick reminder of what you booked on the site, we look forward to welcoming you at your local Powerleague community club.</p>
  3.         <p>{{$description}}</p>
  4.         <p>{{$location}}</p>
  5.         <p>{{$type}}</p>
  6.         <p>{{$tiername}}</p>
  7.         <p>Number of kids: {{$kids}}</p>
  8.         @if(isset($partyitems) && count($partyitems) > 0)
  9.        <p>Your party items:</p>
  10.            <ul>
  11.            @foreach($partyitems as $item)
  12.                @if($item['Included'])
  13.                    <li>{{$item['Item']}}</li>
  14.                @endif
  15.            @endforeach
  16.            </ul>
  17.        @endif
  18.  
  19.        <p>{{$bookingNotes}}</p>
  20.        <p>{{$CurrencySymbol}}{{$price}}</p>
  21.        @if(isset($balanceDue) && $balanceDue > 0)
  22.        <p>Deposit paid: {{$CurrencySymbol}}{{number_format($deposit, 2)}}</p>
  23.        <p>Balance due on arrival: {{$CurrencySymbol}}{{number_format($balanceDue, 2)}}</p>
  24.        @endif
  25.        <p>If youve booked a kids party, make sure to download your invitations <a href="https://plazurediag473.blob.core.windows.net/kidspartytscs/KP%20Invitations.pdf?sp=r&st=2019-07-04T09:48:32Z&se=2021-07-31T17:48:32Z&spr=https&sv=2018-03-28&sig=pX7mNo00h0eyvfgARYK2krOpHct7lGCDFpy5ObbDYmA%3D&sr=b">here.</a></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement