Products List
| ID | Name | Unit | Purchase Price | Sale Price | Category | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$row->name}} | {{$row->unit}} | {{$row->category}} | {{$row->status}} | Update |
@extends('layouts.app') @section('content')
{{ Session::get('message') }}
| ID | Name | Unit | Purchase Price | Sale Price | Category | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$row->name}} | {{$row->unit}} | {{$row->category}} | {{$row->status}} | Update |