Automatic Restocking System (ARS)
Period : {{ $period }}
@foreach ($data as $item) @endforeach
{{ __('Warehouse') }} {{ __('Code') }} {{ __('Barcode') }} {{ __('Name') }} {{ __('Brand') }} {{ __('Category') }} {{ __('Size') }} {{ __('OnHand') }} {{ __('Sales') }} {{ __('Recommend') }} {{ __('Info') }}
{{ $item->whs_name }} {{ $item->code }} {{ $item->barcode }} {{ $item->name }} {{ $item->brand }} {{ $item->category }} {{ $item->size }} {{ number_format($item->onhand) }} {{ number_format($item->sales) }} {{ number_format(abs($item->recommend)) }} @if ($item->recommend > 0) Transfer @elseif ($item->recommend < 0) Return @endif