@extends('apex-layouts.main') @section('content')
ingredient->logo:URL::asset(config("params")['images']["ingredient"])}}" alt="{{$model->ingredient->name}}}">

{{$model->ingredient->name}}

Inventory

@if(!$model->isStock) @else @endif
  • {{$model->lastPrice}}Last Bought Price
  • {{$model->alongQty}} {{$model->unit}}Along Qty
  • {{$model->actualQty}} {{$model->unit}}Actual Qty
  • {{$model->boughtDate}} Bought Date

{{$model->description}}

Back
@endsection @section('scripts') @stop @section('styles') @stop