@extends('layouts.user') @section('title') Add Vendor Products @endsection @section('content')

Add Products To Vendor Dashboard

Add More Products Form

Join our community of affiliate vendors and let our arbitrageurs scale it up for for fast sales! Fill the form below to continue

Note: You can only add a minimum of products worth $10,000 in total value.

@if ($errors->any()) @endif @if(request()->has('error')) @endif
@csrf

Product 1

Kindly enter your current location so we get a drop-off location closest to you and thereby reducing delivery cost
@error('products.1.image1') {{ $message }} @enderror
@error('products.1.image2') {{ $message }} @enderror
@error('products.1.image3') {{ $message }} @enderror
@endsection