@extends('layouts.app') @section('title', 'Payout Management - Vendor') @section('content')
| Reference ID | Amount | Status | Date | Action |
|---|---|---|---|---|
|
#PAY-{{ str_pad($payout->id, 5, '0', STR_PAD_LEFT) }}
TXN: {{ $payout->transaction_id ?? 'Processing...' }}
|
₹{{ number_format($payout->amount, 2) }}
|
@if($payout->status === 'approved') Success @elseif($payout->status === 'pending') Pending @else Rejected @endif |
{{ $payout->created_at->format('d M, Y') }}
Verified on {{ $payout->updated_at->format('d M') }}
|
|
No Payouts YetYou haven't requested any withdrawals from your wallet balance. |
||||
Track your business growth metrics in the Earnings section.