@php $versova = new \App\Http\Services\Helpers\Versova(); @endphp Document

Dear {{ $order->salecustomer->contact_person }},

Price for your order V-1000{{ $order->id }} has been updated with new discounts. Here are the updated details:

Thank You For Your Online Order,
Price Updated for Order Number: V-1000{{ $order->id }}
@if (!is_null($order->saleitems)) @foreach ($order->saleitems as $item) @endforeach
Item Name Qty Weight Retail Price Discount Selling Price
{{ $item->name }} {{ $item->quantity }} {{ $item->saleproduct->weight }} ${{ number_format($item->price, 2) }} ${{ number_format($item->price - $item->discount, 2) }} ${{ number_format($item->total_amount ?? 0, 2) }}
@endif
Grand Total : ${{ number_format($order->grand_total ?? 0, 2) }}
Call Us: {{ $versova->settings()->phone }}
Email : {{ $versova->settings()->email }}
  Address: {{ $versova->settings()->address }}
All Rights Reserved Versova © {{ date('Y') }}