@extends('layouts.app') @section('content')
| # | Code | Name | Category | Purchase Price | Low Qty | Unit | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $records->firstItem() + $loop->index }} | {{ $record->code }} | {{ $record->name }} | {{ $record->category }} | {{ $record->purchase_price }} | {{ $record->low_quantity }} | {{ $record->unit }} | {{ $record->is_active ? 'Active' : 'Inactive' }} | |
| No records found. Use the Add button to create the first record. | ||||||||