@extends('layouts.app') @section('title', 'Add Vendor - Admin') @section('content')
Partnership

Onboard New Vendor

@csrf
User Account Details
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Shop Profile
@error('shop_name')
{{ $message }}
@enderror
%
@error('commission_rate')
{{ $message }}
@enderror
Auto-Approval Notice

Vendors created through the admin panel are marked as **Active** and **Approved** by default. A digital wallet will also be initialized for them automatically.

Vendor Analytics

{{ $stats['total'] ?? 0 }}

Total

{{ $stats['active'] ?? 0 }}

Active
Recent Onboarding
@forelse($recentActivities as $activity)
{{ $activity['vendor'] }}
{{ $activity['title'] }} • {{ $activity['time'] }}
@empty
No recent vendors
@endforelse
KYC Verification

Ensure all documents are verified before enabling higher payout limits.

@endsection