@extends('layouts.layoutapp') @section('content')
| Branch Name | {{--Material Name | Material Code | --}}Bill No | Purchased Date | Purchase Amount | Paid Amount | Balance Amount | Supplier Name | E-Way Bill No | Dispatch Place | Vehicle No |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$product['branch_name']}} | {{--{{ $product['product_name'] }} | {{ $product['product_code'] }} | --}}{{ $product['bill_no'] }} | {{ \Carbon\Carbon::parse($product['purchase_date'])->format('d-m-Y') }} | ₹ {{ number_format($product['purchase_amount'], 2) }} | ₹ {{ number_format($product['paid_amount'], 2) }} | ₹ {{ number_format($product['balance_amount'], 2) }} | {{ $product['supplier_name'] }} | {{ $product['eway_bill_no'] }} | {{ $product['dispatch_place'] }} | {{ $product['transport_vehicle_no'] }} |