@extends('backend.layout.master') @section('title') All Items @endsection @section('content')
| Id | Product Name | Category | Old Price | Currnt Price | Stock | Image | Actions |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->category->name }} | {{ $item->old_price }} | {{ $item->current_price }} | {{ $item->stock }} |
|
|
| No Item Added | |||||||