@extends('layouts.app') @section('content') @section('css') @endsection @include('validation.success')

{{ isset($title)?$title:'' }}

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