@extends('layouts.admin.master') @section('title', 'BOM') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
| # | Code | Name | Quantity |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $material->product->code }} | {{ $material->product->name }} | {{ $material->quantity }} |