@extends('layouts.admin') @section('title', 'Product | Mintavia Admin') @section('content')
| Date | Date On As | Own Bill No | Bill No. | Party | Product Name | Part No | Qty | Free | Rate | Basic Amt | Dis Per | Dis Amt | Tax Per | Tax Amt | Net Amount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $bill->date ?? '--' }} | {{ $bill->modal_date ?? '--' }} | {{ $bill->modal_bill ?? '--' }} | {{ $bill->bill_no ?? '--' }} | {{ $bill->account->name ?? '--' }} | {{-- Account Name --}}{{ !empty($item->product) ? $item->product->product_name : '--' }} | {{ $item->product_part_no ?? '--' }} | {{ $item->qty ?? 0 }} | {{ $item->free ?? 0 }} | {{ $item->rate ?? 0 }} | {{ $item->basic_amt ?? 0 }} | {{ $item->dis_per ?? 0 }} | {{ $item->dis_amt ?? 0 }} | {{ $item->tax_per ?? 0 }} | {{ $item->tax_amt ?? 0 }} | {{ $item->net_amount ?? 0 }} |
| Total: | {{ $total_qty }} | {{ $total_free }} | - | {{-- Rate ka total nahi hota --}}{{ $total_basic_amt }} | - | {{-- Discount Percentage ka total nahi hota --}}{{ $total_dis_amt }} | - | {{-- Tax Percentage ka total nahi hota --}}{{ $total_tax_amt }} | {{ $total_net_amount }} | ||||||
| No records found | |||||||||||||||