رقم الفاتورة: {{ $sell_line->invoice_no }}
التاريخ: {{ $sell_line->transaction_date }}
اسم العميل: | {{ $sell_line->customer_name }} | |
طاقم الخدمة | {{ $sell_line->surname ?? $sell_line->first_name . ' ' . $sell_line->last_name }} | |
الدور | {{ $sell_line->queue }} | |
الخدمة | |
---|---|
{{ $sell_line->product_name }}
{{ number_format($sell_line->unit_price_inc_tax, 2) }} |