@extends('backend.layouts.app') @section('content')
| {{__('Product Name')}} | {{__('Purchase')}} | {{__('Sell')}} | {{__('Stock')}} |
|---|---|---|---|
| {{$product->name }} | @foreach($purchase_qty as $purchase_qtys){{ $purchase_qtys }} | @endforeach @foreach($sell as $sells){{$sells->stock}} | @endforeach