Name | {{$user->full_name}} |
---|---|
Phone | {{localize_us_number($user->phone)}} |
{{$user->email}} |
Name | {{$order->attendees[0]->tag_line_1}} |
---|---|
City/Group: | {{$order->attendees[0]->tag_line_2}} |
Affiliation: | {{$order->attendees[0]->affiliation_type ? $order->attendees[0]->affiliation_type->name : null}} |
Item | Qty | Each | Total |
---|---|---|---|
{{ $item->product->subtitle }} {{ $item->product->title }}
@if($item->product->category_id == 15)
Personalized text:
@endif
{{$item->custom_option}} {{$item->custom_option2}} |
{{ $item->quantity }} | ${{ number_format($item->product->price,2) }} | @php $subtotal = $item->quantity * $item->product->price; @endphp${{ number_format($subtotal,2) }} |
Total amount prepaid | ${{number_format($order->amount,2)}} |