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

{{ trans('lang.products') }}

Import Products from Excel + ZIP Images

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf

📌 Instructions:
- Please create a ZIP file of the images folder and upload it here.
- The name of each image file must exactly match the product image name specified in the Excel sheet.
- Include only the images listed in the Excel file — no extra or unrelated images.


@endsection