@extends('layouts.app') @section('title', 'Raw Materials') @section('content')
Define and manage essential raw materials for production.
| Name | SKU | Stock | Unit | Cost | Actions |
|---|---|---|---|---|---|
|
|
{{ $material->sku }} | {{ number_format($material->totalStock(), 2) }} | {{ $material->unit_of_measure }} | {{ \App\Models\SystemSetting::get('currency_symbol', '$') }}{{ number_format($material->cost_price, 2) }} |
|
| No raw materials defined. | |||||