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

Modify Vendor

Adjust configuration for {{ $vendor->shop_name }}.

Joined: {{ $vendor->created_at->format('M Y') }}
@csrf @method('PUT')
1. Administrative Access
2. Shop & Legal Metadata
3. Verification Controls
bank_verified ? 'checked' : '' }}>
Partner Intel
Verification Status
Level {{ $vendor->verification_level ?? 1 }}
Products
{{ $verificationStats['product_count'] ?? 0 }}@if($verificationStats['product_limit'] ?? null)/{{ $verificationStats['product_limit'] }}@endif
Trust
{{ $vendor->trust_score ?? 0 }}
KYC
{{ $verificationStats['kyc_label'] ?? '—' }}
Health
{{ $verificationStats['store_health'] ?? 0 }}%
Recent Merchant Log
@forelse($recentActivities as $activity)
@if($activity['type'] == 'success') @elseif($activity['type'] == 'info') @else @endif
{{ $activity['title'] }}
{{ $activity['time'] }}
@empty
No recent activity
@endforelse
Performance Tip

Vendors with lower platform fees (8-10%) typically list 40% more inventory items.

@endsection