تکمیل پرداخت صورتحساب
سفارش شماره #{{ $order->id }}
عنوان محصول:
{{ $order->product->title }}
@if($order->payment_gateway === 'stars')
مبلغ درخواستی:
{{ $order->stars_amount }} Stars ⭐
@else
مبلغ درخواستی:
{{ number_format($order->amount) }} تومان
@endif