@extends('admin.layouts.master') @section('title', 'Stock Limit Change') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif @php $x=1; @endphp @foreach($product as $p) @if($p->status==1) @endif @php $x++; @endphp @endforeach
# Product Stock Lower Limit Upper Limit 7 days sale
{{$x}} {{$p->productName}} limits->request_lower_limit)) value="{{$p->limits->request_lower_limit}}" @endif @else value="{{$p->limits->lower_limit}}" @endif> limits->request_upper_limit)) value="{{$p->limits->request_upper_limit}}"@endif @else value="{{$p->limits->upper_limit}}" @endif> {{$p->sales}}
@endsection