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