{{ Trans('products.product_detail')}}
| {{ Trans('products.sku') }} | {{ $outlet->sku }} |
|---|---|
| {{ Trans('products.price') }} | {{ money($outlet->price) }} |
| {{ Trans('stock.stock') }} | {{ $outlet->stock }} |
| {{ Trans('products.amount') }} | {{ $outlet->amount }} {{ $outlet->unit }} |
| {{ Trans('stock.location') }} | {{ $outlet->location }} |
{{ Trans('stock.transfer_product') }}
{{ Trans('messages.captions.transaction_history')}}
| # | {{Trans("products.name")}} | {{Trans("products.product_category")}} | {{Trans("products.amount")}} | {{Trans("products.by")}} | {{Trans("dashboard.crud.created_at")}} | {{Trans('products.operation_type') }} | {{Trans("stock.stock")}} | |
|---|---|---|---|---|---|---|---|---|
| {{ $history->id }} | {{ $history->pname }} | {{ getField("ProductCategory","id",getField('Product','id',$history->product_id,'product_category_id'),"name") }} | {{ $history->amount }} | {{ getField("User","id",$history->user_id,"first_name") }} | {{ $history->created_at }} | {{ Trans('products.'.$history->operation_type) }} | {{ getField("Stock","id",$history->stock_id,"name") }} | |
| Total Histories : {{ $histories->getTotal() }} | ||||||||
{{ $histories->links() }}