@extends('admin.layouts.master') @section('content')
Ingredient | Unit | Quantity | Cost Price | Total Price | Action |
---|---|---|---|---|---|
{{ $item['name'] }} | {{ $item['unit'] }} | {{ $item['quantity'] }} | {{ $item['cost_price'] }} | {{ $item['total_price'] }} | |
No items added yet. |