@extends('layouts.app') @section('content')
| Bill No | Customer Name | Product Name | Type | Price | Quantity | Total | Payment Type | Date | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->bill->id }} | {{ $item->bill->customer_name }} | {{ $item->product_name }} | {{ $item->type }} | {{ $item->price }} | {{ $item->qty }} | {{ $item->qty * $item->price }} | {{ $item->bill->payment }} | {{ $item->bill->date }} | |
| No outside bills found matching your search criteria | |||||||||