@extends('layouts.admin') @section('content')

Upload Products

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Select your Excel file (.xlsx) or CSV file. The file should contain headers like SKU, Product Name, Category, Price, etc.

@csrf
@endsection