{{$service->title}}
| Service Price | AED {{ number_format(session('attribute_prices'),2) }} |
| Service Price | AED {{ number_format($service->price_from,2)}} |
| {{ $attribute['name'] }} ({{$attribute['value']}}) | AED {{ number_format($attribute['price'],2) }} |
| Word Count | {{$wordCount}} |
| Subtotal | AED {{number_format($totalPrice,2)}} |
| Total | AED {{number_format($totalPrice,2)}} |
|---|