| Live URL | Price | Other Price | Article Writing | Amount |
|---|---|---|---|---|
| {{ $row->live_url }} | ${{ round($row->url_price, 3) }} | ${{ round($row->other_price, 3) }} | ${{ round($row->artical, 3) }} | ${{ round($row->total, 3) }} |
| @if(!empty($orderInfo->status)) {{ strFilter($orderInfo->status) }} @endif | Subtotal | ${{ round($orderInfo->subtotal, 3) }} | ||
| Service Charge | ${{ round($orderInfo->service_charge, 3) }} | |||
| Tax | ${{ round($orderInfo->tax, 3) }} | |||
| Discount | ${{ round($orderInfo->discount, 3) }} | |||
| Total | ${{ round($orderInfo->grand_total, 3) }} | |||