@extends('layouts.vendor') @section('page-title', 'Finance Overview') @section('vendor-content')
Payout Reference | Amount | Status | Date Requested |
---|---|---|---|
{{ $payout->id }} | ₦{{ number_format($payout->amount, 2) }} | {{ ucfirst($payout->status) }} | {{ \Carbon\Carbon::parse($payout->requested_at)->format('d/m/Y H:i') }} |
No payout history found |
Showing {{ $recentPayouts->firstItem() }} to {{ $recentPayouts->lastItem() }} of {{ $recentPayouts->total() }} results