@extends('layouts.app') @section('content')
❌ Error: {{ $data['error'] }}
@continue @endif| Sale ID | Item | Qty | Subtotal |
|---|---|---|---|
| {{ $row['sale_id'] }} | {{ $row['item_name'] }} | {{ $row['quantity_purchased'] }} | {{ number_format($row['subtotal'], 2) }} |
| ✅ No Differences | |||
| Sale ID | Item | Qty | Subtotal |
|---|---|---|---|
| {{ $row['sale_id'] }} | {{ $row['item_name'] }} | {{ $row['quantity_purchased'] }} | {{ number_format($row['subtotal'], 2) }} |
| ✅ No Differences | |||