@extends('layouts.master') @section('title', 'Daftar BOM') @section('css') @endsection @section('content')
{{__('BOM')}} Information
Tambah Baru
@foreach ($boms as $record) @endforeach
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
@csrf @method('POST')
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection