@extends('layouts.admin-main') @section('content')
@foreach($qtyHistories as $index => $qtyHistory)
# {{__('message.grn')}} {{__('message.product category')}} {{ __('message.product name') }} {{__('message.qty')}} {{ __('message.qty before transaction') }} {{ __('message.qty after transaction') }} {{ __('message.note') }} {{ __('message.user') }} {{ __('message.updated at') }} {{ __('message.action') }}
{{$index+1}} {{$qtyHistory->grn}} {{$qtyHistory->productCategory->name??''}} {{$qtyHistory->product->name}} {{abs($qtyHistory->qty)}} {{$qtyHistory->qty_before_transaction}} {{$qtyHistory->qty_after_transaction}} {{$qtyHistory->note??''}} {{$qtyHistory->user->name??''}} {{date('d-m-Y H-i-s' , strtotime($qtyHistory->created_at))}}