@if (isset($report) && count($report) > 0) @foreach ($report as $i => $detail) @endforeach
{{ __('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 }}
@else
{{ __('common.no_records') }}
@endif