@extends('admin.layouts.master') @section('title', 'Distributor LIMIT') @section('content')
@include('admin.includes.msg')

Distributor LIMIT (Low Unit)

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