{{ config('app.name') }}
Hi {{ $userName }}!
The following services added to your current order. Please find the attached details:
Order No: {{ $order['order_no'] }}
Name
Price
Discount
Total Price
@forelse ($order['order_items'] as $item)
{{ $item['service_detail']['name_en'] }}
{{ $item['type'] }}
{{ $item['price'] }}
{{ $item['discount'] }}
{{ $item['calculated_amount'] }}
@empty @endforelse
Thanks,
{{ config('app.name') }}