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

@lang('Bulk Upload')

@lang('Update a group of Products Using the Provided Smaple CSV')

@lang('Downlod Sample CSV')
@csrf

@lang('Only CSV format allowed, no more than 500 rows')

@error('csvfile')
{{ $message }}
@enderror
@endsection