| {{ $i }} |
{{ $history->pname }} |
{{ getField("ProductCategory","id",getField('Product','id',$history->product_id,'product_category_id'),"name") }} |
{{ $history->amount }} {{ $history->uname}} |
{{ getField("User","id",$history->user_id,"first_name") }} |
{{ $history->created_at }} |
{{ Trans('products.'.$history->operation_type) }} |
{{ getField("Stock","id",$history->stock_id,"name") }} |
@endforeach