{{ __('Product Aging Report') }}

Period

:

{{ date('j F Y', strtotime($period)) }}

@foreach ($udf_column as $column) @endforeach @php $total_onhand = 0; @endphp @foreach ($data as $item) @foreach ($udf_column as $column) @endforeach @php $total_onhand += $item->onhand; @endphp @endforeach @foreach ($udf_column as $column) @endforeach
{{ __('Warehouse') }}
{{ Str::limit(strip_tags($item->whs), 50) }} {{ $item->code }} {{ $item->barcode }} {{ Str::limit(strip_tags($item->name), 50) }} {{ $item->$column }} {{ \Carbon\Carbon::parse($item->receive)->format('d/m/Y') }} {{ number_format($item->aging) }} {{ number_format($item->onhand) }}
Total{{ number_format($total_onhand) }}
{{ $data->links('vendor.livewire.bootstrap') }}