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

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

Import Vendors from Excel + ZIP Images

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

- ZIP should contain an images folder.
- File names must match the Image column value in the Vendors sheet.

@endsection