@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Item') @endsection @section('content')
| Supplier | Status | Brand | Description | Cost | Rate | Qty | Category | Barcode | Image | Update |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->Full_Name }} | {{ $item->status }} | {{ $item->brandName ?? "-" }} | {{ $item->Description }} | {{ $item->Cost }} | {{ $item->Rate }} | {{ $item->QTY }} | {{ $item->Category }} | {{ $item->Barcode ?? "-" }} |