@extends('layouts.pos') @section('title', 'منتجات نقاط البيع — '.config('app.name')) @section('content')
| السعر | المتجر | ||||
|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->sku ?? $product->barcode ?? '—' }} | {{ $erpCurrencyCode }} {{ number_format((float) $product->sale_price, 2) }} | {{ rtrim(rtrim(number_format((float) $product->current_quantity, 4, '.', ''), '0'), '.') ?: '0' }} |
تحسين العرض |
|
| لا توجد منتجات بعد. | |||||