@include('layouts.partials.breadcrumb', ['title' => $title])
Ingredient Name | {{ $ingredient->name }} |
---|---|
Ingredient Code | {{ $ingredient->code }} |
Category | {{ optional($ingredient->category)->title }} |
Fabric Category | {{ optional($ingredient->fabricCategory)->title }} |
Description | {{ optional($ingredient->desc) }} |
Status | {{ $ingredient->status }} |