@extends('layouts.app') @section('content')
| # | {{ __('Product') }} | {{ __('Current Stock') }} | {{ __('Qty') }} | |
|---|---|---|---|---|
| {{ $k+1 }} | {{ $detail-> product-> code }} {{ app()->getLocale() == 'ar' ? $detail-> product -> label_ar : $detail-> product -> label_en }} |
{{ $detail-> in_warehouse }} |
|