@extends('layouts.admin') @section('page-title', 'Import Sellers') @section('content')

Import Sellers

{{-- Left Column: Import Form --}}

Import Sellers

@csrf
{{-- Right Column: Import Procedures --}}

Seller Import Procedures

Please check this before importing your file:

  1. Uploaded File type must be: .xlsx Or .xls Or .csv
  2. The file must contain: first_name, last_name
  3. phone Or email must be provided
  4. If password is provided then it must be within 6-32 characters long
  5. Gender must be within: male, female, others
@endsection