@extends('layouts.app') @section('content')
Select Date

Manufacturing History

@foreach($manufacturingHistory as $history) @endforeach
Item UOM Quantity Cost Remark Action
{{@strtoupper($history->item_name)}}

{{$history->created_at}}

{{$history->item_unit}} @convert($history->manufacturing_qty) @convert($history->rate) {{$history->manufacturing_comment}}