@extends('backend.wallet_earn.layout') @section('title', __('Wallet Earn Stake')) @section('wallet_earn_title', __('Stake Details')) @section('wallet_earn_icon', 'lock') @section('wallet_earn_subtitle', __('Review principal, schedule, reward history, and admin actions.')) @section('wallet_earn_action') @lang('Back') @endsection @section('wallet_earn_content')
{{ $stake->currency->code }} @lang('stake') · {{ $stake->status->label() }}
@lang('Paid reward entries linked to transactions.')
| @lang('Payout') | @lang('Paid At') | @lang('Transaction') | @lang('Amount') |
|---|---|---|---|
| #{{ $reward->payout_number }} | {{ $reward->paid_at?->format('d M Y, h:i A') }} | {{ $reward->transaction?->trx_id ?? __('N/A') }} | {{ number_format((float) $reward->amount, (int) setting('site_decimal', 2)) }} {{ $stake->currency->code }} |
|
|
|||
@lang('Approve, reject, cancel, or complete this stake.')