{{ __('common.sr-no') }} | {{ __('report.type') }} | {{ __('report.stock_date') }} | {{ __('report.in_quantity') }} | {{ __('report.out_quantity') }} |
---|---|---|---|---|
{{ ++$i }} | {{ stockType($detail->type) . ' #' . $detail->type_id }} | {{ dateFormat($detail->stock_dt, 'd-m-Y H:i') }} | {{ $detail->stock_in }} | {{ $detail->stock_out }} |