Period
:
{{ date('j F Y', strtotime($period)) }}
| {{ __('Warehouse') }} |
|
|
|
@foreach ($udf_column as $column)
|
@endforeach
|
|
|
|---|---|---|---|---|---|---|---|
| {{ Str::limit(strip_tags($item->whs), 50) }} | {{ $item->code }} | {{ $item->barcode }} | {{ Str::limit(strip_tags($item->name), 50) }} | @foreach ($udf_column as $column){{ $item->$column }} | @endforeach{{ \Carbon\Carbon::parse($item->receive)->format('d/m/Y') }} | {{ number_format($item->aging) }} | {{ number_format($item->onhand) }} | @php $total_onhand += $item->onhand; @endphp
| Total | @foreach ($udf_column as $column)@endforeach | {{ number_format($total_onhand) }} | |||||