@extends('layouts.admin') @section('title', 'Add New Merchant - Admin') @section('content')

Add New Merchant

Create a new merchant/seller account

Back to List
@if($errors->any()) @endif
@csrf

Personal Information

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Optional: Merchant contact number

@error('password')

{{ $message }}

@enderror

Minimum 8 characters required

Company Information

@error('company_name')

{{ $message }}

@enderror

Important Information

  • The merchant will receive login credentials via email
  • Merchant account will be created with 'seller' role
  • Merchant can manage their parcels and track shipments
  • You can edit merchant details anytime from the merchant list
Cancel

Quick Tips

Strong Password: Use a combination of letters, numbers and symbols

Valid Email: Ensure the email address is correct and accessible

Company Name: Enter the official registered business name

Contact Info: Phone number helps with quick communication

@endsection