@extends('admin.layouts.master') @section('title', 'Stock') @section('content')
{{ csrf_field() }} @if($data ?? '') @else @endif @foreach($product as $p) @endforeach
# Product Norm Lower Limit Upper Limit
{{$p->productName}}
Back
@endsection