@extends('layouts.admin_master') @section('content')
| Code | Name | Category | Stock | Unit Price | Sales Unit Price | Action | |
|---|---|---|---|---|---|---|---|
| {{ $row->product_code }} | {{ $row->name }} | {{ $row->category }} | @if($row->stock > '0'){{ $row->stock }} | @elseNot Available | @endif{{ $row->unit_price }} | {{ $row->sales_unit_price }} | Order |