@extends('layouts.admin') @section('title','Payouts') @section('page-title','Settlements & payouts') @section('content')
| Payout | Beneficiary | Amount | Status | |
|---|---|---|---|---|
| {{ $p->number }} | {{ $p->beneficiary?->name ?? $p->beneficiary?->user?->name }} | {{ $p->currency }} {{ number_format($p->amount,2) }} | {{ ucfirst($p->status) }} | Review |
| No payout requests. | ||||