@extends('layouts.master')
@section('title', 'Daftar BOM')
@section('css')
@endsection
@section('content')
| No | {{__('Document Number')}} | Tanggal Dokumen | Formula Name | Qty Produced | Action |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{ $record->document_number }} | {{ \Carbon\Carbon::parse($record->document_date)->format('d M Y') }} | {{ $record->formula->formula_name }} | {{ number_format($record->qty) }} | edit |