@extends('layouts.master') @section('title', 'Products') @section('page-header') Product List @stop @push('style') @endpush @section('content')
| S/L | Name | Category | Unit | Opening Qty | Purchase Price | Selling Price | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $item->name }} {{ Str::words($item->description, 100, '...') }} |
{{ optional($item->category)->name }} | {{ optional($item->unit)->name }} | {{ $item->opening_quantity }} | {{ $item->purchase_price }} | {{ $item->selling_price }} |