@extends('layouts.app') @section('title') Product Reordering View @endsection @section('button') Back @endsection @section('content')
Part No Part Name Unit Type of Product Model Variance Critical Min Minimum Qty Maximum Qty
{{ $product_reordering->products->part_no }} {{ $product_reordering->products->part_name }} {{ $product_reordering->products->units->name ?? '' }} {{ $product_reordering->products->type_of_products->type ?? '' }} {{ $product_reordering->products->model }} {{ $product_reordering->products->variance }} {{ $product_reordering->critical_min }} {{ $product_reordering->min_qty }} {{ $product_reordering->max_qty }}
@endsection