@extends('layout.app') @section('content')
| Product | Qty | Rate | Amount | @if($mode === 'purchase')Sup Amount | Com Amount | @endifDate |
|---|---|---|---|---|---|---|
| {{ $i->product_name }} | {{ $i->quantity }} | ₹ {{ $i->rate }} | ₹ {{ $i->amount }} | @if($mode === 'purchase')₹ {{ $i->sup_amount }} | ₹ {{ $i->com_amount }} | @endif{{ $bill->date }} |