@extends('app') @section('body') @php $path = 'view-stock'; @endphp
# | Code | Name | Category | Quantity | Alert |
---|---|---|---|---|---|
# | Code | Name | Category | Quantity | Alert |
{{ ++$key }} | {{ $row->code }} | {{ $row->name }} | {{ $row->category_name }} | {{ $row->stock / $row->quantity }} | {{ $row->alert }} |