{{ number_format($booking->total_price, 2) }}
{{ $shape('المجموع') }}
@if($booking->discount_amount > 0)
@foreach($booking->coupons as $coupon)
{{ $coupon->type === 'percentage' ? $coupon->discount . '%' : number_format($coupon->discount, 2) }}
{{ $shape('الخصم') }} ({{ $shape($coupon->getTranslation('name', 'ar')) }})
@endforeach
@if($booking->customized_service_discount_amount > 0)
-{{ number_format($booking->customized_service_discount_amount, 2) }}
{{ $shape('خصم الخدمة المخصصة') }}
@endif
-{{ number_format($booking->discount_amount, 2) }}
{{ $shape('إجمالي الخصم') }}
@endif
%{{ number_format($booking->tax_percentage, 2) }}
{{ $shape('القيمة المضافة') }}