@extends('admin.layouts.app')
@section('content')
Upload Instructions:
- Prepare your product data in a CSV file. The CSV should contain columns for SKU, Name, Size, Price, Media, Artist, Frame, Primary Category, Secondary Color Third Color, images.
- Ensure that the CSV file is valid and properly formatted.
- Choose the CSV file using the "Product CSV" input field.
- Select one or multiple product images to upload, Make sure the image filenames match the SKUs in the CSV file.
- Click the "Submit" button to import the products.
@endsection