@extends('admin.layouts.master') @section('title', 'Purchase') @section('content')
@include('admin.includes.msg')
@if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $key=>$val) @endforeach @endif
Sl.No Name Norm Lower Limit Upper Limit Action
{{$key+1}} {{ $val->productName}}@if($val->varient)
{{ $val->varient}}@endif
{{ $val->norm}} {{ $val->lower_limit }} {{ $val->upper_limit }}
{{ csrf_field() }}
@endsection