@extends('admin.layouts.master') @section('title', 'C&F LIMIT') @section('content')
@include('admin.includes.msg')
@csrf

C&F LIMIT (Low Unit)

Print      
@foreach($product as $p) @endforeach
# Product Company MRP Confugration Minimum Limit Alert Limit
{{$p->productName}} {{$p->company}} {{$p->compareAtPrice}} {{$p->conf_2nd_unit}}
@endsection