@extends('admin.layout.app') @section ('content')
| # | {{ __('keywords.Product Name')}} | {{ __('keywords.Quantity')}} |
|---|---|---|
| {{$i}} | {{$ords->product_name}} | @foreach($det as $dets) @if($dets->product_id == $ords->product_id) {{$dets->quantity}}{{$dets->unit}} * {{$dets->count* $dets->sumqty}}({{$dets->quantity*$dets->count*$dets->sumqty}}{{$dets->unit}}) | @endif @endforeach |
| {{ __('keywords.No data found')}} | @for ($i = 1; $i < 3; $i++) @endfor