@if (auth('web')->user()->kyc?->status == 'pending')
Your KYC is Pending
Please wait for the admin to approve your KYC.
@endif
@if (auth('web')->user()->kyc?->status == 'rejected' || auth('web')->user()->kyc?->status == null)
Please Submit Your KYC
Please submit your KYC to get started.
@endif
{{ $pendingOrders }} Orders
Total Pending Orders
{{ $completedOrders }} Orders
Total Completed Orders
{{ $canceledOrders }} Orders
Total Cancelled Orders
{{ $totalOrders }} Orders
Total Orders
{{ $totalProducts }} Items
Total Products
{{ $totalDigitalProducts }} Items
Total Digital Products
{{ $totalPhysicalProducts }} Items
Total Physical Products
@endsection