@extends('layouts.app')
@section('content')
@section('css')
@endsection
@include('validation.success')
| # |
Unit Name |
Description |
Action |
@if(isset($ingredient_units) && !empty($ingredient_units))
@foreach($ingredient_units as $row)
| {{$row->id}} |
{{$row->unit_name}} |
{{$row->description}} |
|
@endforeach
@endif
@include('admin.inventory.ingredient_units_modal')
@section('js')
@endsection
@endsection