@extends('layouts.app') @section('title','Items') @section('content')
| Code | Name | Category | Unit | Rate | |
|---|---|---|---|---|---|
| {{ $item->code ?? '—' }} | {{ $item->name ?? '—' }} | {{ $item->category->name ?? '—' }} | {{ $item->unit ?? '—' }} | {{ $item->standard_rate ?? '—' }} | |
| No records found | |||||