@extends('layouts.master') @section('title', 'Add Material Stock') @section('body')
@endsection @section('content')| # | Product Name | Qty | Actions |
|---|---|---|---|
| {{ $index + 1 }} | {{ $stock->product->product_name }} ({{ $stock->product->product_brands->product_brand_name }}) | {{ $stock->qty }} |