| Type | Item Name | Category | Quantity | Unit Price | Total | Actions |
|---|---|---|---|---|---|---|
| Service | {{ $service['name'] }} | @php $category = \App\Models\Category::find($service['category_id']); @endphp {{ $category->name ?? 'N/A' }} | 1 | ${{ number_format($service['cost'], 2) }} | ${{ number_format($service['cost'], 2) }} | |
| Drug | {{ $product['name'] }} | - |
@if(isset($productBatchesMap[$product['product_id']]) && $productBatchesMap[$product['product_id']]->count() > 0)
@endif
|
${{ number_format($product['sale_price'], 2) }} | ${{ number_format($itemTotal, 2) }} | |
| Total Amount: | ${{ number_format($totalAmount, 2) }} | |||||