@extends('layouts.app')
@section('content')
@section('css')
@endsection
@include('validation.success')
| # |
Code |
Name |
Category |
Alert Quantity |
Unit |
Action |
@if(isset($ingredients) && !empty($ingredients))
@foreach($ingredients as $row)
| {{$row->id}} |
{{$row->code}} |
{{$row->name}} |
{{$row->ingredient_category}} |
{{$row->alert_quantity_amount}} |
{{$row->ingredient_unit}} |
|
@endforeach
@endif
@include('admin.inventory.ingredients_modal')
@section('js')
@endsection
@endsection