@foreach($histories as $history) @endforeach
# {{Trans("products.sku")}} {{Trans("products.name")}} {{Trans("products.name_kh")}} {{Trans("products.product_category")}} {{Trans("products.ref_id")}} {{Trans("products.amount")}} {{Trans("products.by")}} {{Trans("dashboard.crud.created_at")}} {{Trans('products.operation_type') }}
{{ $i }} {{ $history->sku }} {{ $history->pname }} {{ $history->name_kh }} {{ $history->cname }} {{ $history->ref_id }} {{$history->amount }} {{$history->uname }} {{ getField("User","id",$history->user_id,"first_name") }} {{ $history->created_at }} {{ Trans('products.'.$history->operation_type) }}