@extends('layouts.admin') @section('header-content') @endsection @section('content')
{{ csrf_field() }}

Products List

@foreach($allproducts as $key=> $sd) @if($sd->sub_product_exist == 1) @else @endif @endforeach
# Product Name Old Quintity Current Quintity Difference
{{$no++}} {{$sd->product->name}}{{$sd->product->name}}{{$sd->qty}}

@endsection @section('footer-content') @endsection