@foreach($histories as $history) @endforeach
{{ trans('products.id') }} {{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")}}
{{ $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") }}