@extends('layouts.admin') @section('title', 'Inventory') @section('content')
| ID | Product | Item Code | Bot Account | Status | Created | |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->product->name }} | {{ $item->item_code }} | {{ $item->bot_account }} | {{ $item->status }} | {{ $item->created_at }} |