@foreach($orders as $order) @if($order->items->count() > 0)
|
||||||||||||||||||||||||||||||||
Item Description | Quantity | Unit Price | Amount | |||||||||||||||||||||||||||||
{{$item->subtitle}} {{$item->title}} | {{$p->quantity}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($p->quantity * $item->price * 100)/100,2, '.', '')}} | |||||||||||||||||||||||||||||
{{$item->subtitle}} {{$item->title}} | {{$p->quantity}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($p->quantity * $item->price * 100)/100,2, '.', '')}} | |||||||||||||||||||||||||||||
{{$item->subtitle}} {{$item->title}} | {{$p->quantity}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($p->quantity * $item->price * 100)/100,2, '.', '')}} | |||||||||||||||||||||||||||||
{{$item->subtitle}} {{$item->title}}
@if($item->category_id == 15)
Personalized text:
@endif
{{$p->custom_option}} {{$p->custom_option2}} |
{{$p->quantity}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($p->quantity * $item->price * 100)/100,2, '.', '')}} | |||||||||||||||||||||||||||||
Item | Total | Vegetarian | ||||||||||||||||||||||||||||||
Breakfast | {{$breakfast_total - $breakfast_vegetarian}} | {{$breakfast_vegetarian}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($breakfast_total * $item->price * 100)/100,2, '.', '')}} | ||||||||||||||||||||||||||||
Al-Anon Luncheon | {{$alanon_total - $alanon_vegetarian}} | {{$alanon_vegetarian}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($alanon_total * $item->price * 100)/100,2, '.', '')}} | ||||||||||||||||||||||||||||
Banquet | {{$aa_banquet_total - $aa_banquet_vegetarian}} | {{$aa_banquet_vegetarian}} | ${{number_format(floor($item->price * 100)/100,2, '.', '')}} | ${{number_format(floor($aa_banquet_total * $item->price * 100)/100,2, '.', '')}} | ||||||||||||||||||||||||||||
Total | ${{number_format(floor($order->amount * 100)/100,2, '.', '')}} | |||||||||||||||||||||||||||||||
LAST NAME: {{$order->user->lastname}} |
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
|