@php use App\Models\Admin\Settings; @endphp
Subtotal ({{ $count }} items)
{{ Settings::get('currency_symbol').$subtotal }}
Discount (Coupon: {{ $coupon->code }})
- {{ Settings::get('currency_symbol').round($couponPrice,2) }}
Delivery Charges
{{ Settings::get('currency_symbol').Settings::get('delivery_charges') }}
Transaction Fee
{{ Settings::get('currency_symbol').round($transaction_fees,2) }}
Service Fee
{{ Settings::get('currency_symbol').round($service_fees,2) }}