@extends('layouts.master')
@section('title','Laporan Penerimaan')
@section('css')
@endsection
@section('content')
| No | Kode Barang | Nama Barang | Total Qty | Action | {{-- New column for the button --}}
|---|---|---|---|---|
| {{$rowNumber}} | {{ $itemSummary->item_code }} | {{ $itemSummary->item_name }} | {{ number_format($itemSummary->total_qty, 0) }} | {{-- Button to trigger the modal and AJAX call --}} |