@extends('layouts.admin') @section('page-title','Bulk Upload — Preview') @section('content')
| # | Name | Category | Sale Price | Cost Price | Margin | Stock | Badge | Description |
|---|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $row['name'] ?? '—' }} | {{ ucfirst($row['category'] ?? 'electronics') }} | ${{ number_format($price,2) }} | ${{ number_format($cost,2) }} | {{ $margin }}% | {{ $row['stock'] ?? 0 }} | {{ $row['badge'] ?? '—' }} | {{ Str::limit($row['description'] ?? '', 60) }} |