Dashboard
Total Quantity
{{ number_format($totalProdutQuantity, 2) }}
Total Cost
{{ number_format($totalProdutCost, 2) }}
Total Paid
{{--{{ number_format($purchaseTotalSums->overall_total_paid, 2) }}
--}}{{ number_format($purchaseTotalSums->overall_total_cost - $purchaseTotalSums->overall_total_paid, 2) }}
@if (($purchaseTotalSums->overall_total_cost - $purchaseTotalSums->overall_total_paid) > 0) @else @endif --}}Product Name
@foreach ($purchaseProducts as $product) {{--{{ $product->product_name }}
--}} @endforeachSupplier
{{ $suppliers->name }}
Total Quantity
{{ number_format($totalProdutQuantity, 2) }}
Total Paid
{{ number_format($product->total_paid, 2) }}
Total Cost
{{ number_format($totalProdutCost, 2) }}
Balance
{{ number_format($product->total_paid - $totalProdutCost, 2) }}
Data table
Data table
| Id # | Product Name | Brand | Quantity | Cost | total Cost | {{--Delete | --}}
|---|---|---|---|---|---|---|
| {{ $purchaseProduct->id }} | {{ $purchaseProduct->product_name }} | {{ $purchaseProduct->product_brand_name }} | {{ $purchaseProduct->quantity }} | {{ $purchaseProduct->each_cost }} | {{ $purchaseProduct->total_cost }} |
| Id # | Product Name | IMU Number | Quantity | Cost |
|---|---|---|---|---|
| {{ $ProductItem->id }} | {{ $ProductItem->product_name }} | {{ $ProductItem->imu_number }} | {{ $ProductItem->quantity }} | {{ number_format($ProductItem->each_cost, 2) }} |
813 friends
9000 followers
Google plus
780 friends
1090 connections