{{ $activityAt->timezone(config('app.timezone'))->format('M j, Y, g:i:s A T') }}
{{ $activity->subject }}
{{ $activity->message }}
{{ $activityCategory }} · In-app secure message
{{ $latestTransaction?->reference ?? 'No transactions yet' }}
${{ number_format((float) ($latestTransaction?->amount ?? 0), 2) }}
Lifetime turnover: ${{ number_format((float) ($lifetimeTurnover ?? 0), 2) }}
@if (! empty($governanceBannerDirective))Governance Notice · needs attention
{{ $governanceBannerDirective->title }}
{{ $governanceBannerDirective->body }}
Wire Tracking
@php $wp = $wireTrackingPanel ?? (isset($user) && $user instanceof \App\Models\User ? \App\Models\WireTransferTracking::panelContextForUser((int) $user->id) : [ 'pending' => null, 'pending_amount_display' => null, 'last_success' => null, 'last_success_outcome_label' => null, 'last_success_amount_display' => null, 'idle_footer' => null, 'tracking' => null, 'mode' => 'empty', 'outcome_label' => null, 'amount_display' => null, ]); $wPending = $wp['pending'] ?? null; $wSuccess = $wp['last_success'] ?? null; $tz = config('app.timezone'); @endphp @if ($wPending || $wSuccess) @if ($wPending)In-flight wire
{{ $wPending->wire_ref }}
In progress @if(filled($wPending->last_stage)) · {{ $wPending->last_stage }} @else · Awaiting completion @endif
@if (! empty($wp['pending_amount_display']))Amount {{ $wp['pending_amount_display'] }}
@endifUpdated {{ optional($wPending->updated_at)->timezone($tz)->format('M j, g:i A T') }}
Last posted reserve settlement (wire)
{{ $wSuccess->wire_ref }}
{{ $wp['last_success_outcome_label'] ?? 'Success' }} @if(filled($wSuccess->last_stage)) · {{ $wSuccess->last_stage }} @endif
@if (! empty($wp['last_success_amount_display']))Amount {{ $wp['last_success_amount_display'] }}
@endifCompleted {{ optional($wSuccess->completed_at ?? $wSuccess->updated_at)->timezone($tz)->format('M j, g:i A T') }}
{{ $wp['idle_footer'] }}
@endif @elseNo wire instructions tracked yet.
@endifPosted movements
{{ $posted_movements ?? 0 }}
Executed ledger transactions (each posts DR + CR).
Ledger lines
{{ $ledger_lines ?? 0 }}
Journal legs on file (debit + credit rows).
Latest voyage and deal-side signals. Tap a row to open or close detail.
{{ $op['detail'] }}
No operational events on file yet.
@endforelseIn-app notices for your operator profile: settlements, withdrawals, invoices, payouts, cards, task directives, and governance restrictions. Rolling five-day window ({{ config('app.timezone') }}); same items appear in Notifications Center with filters.
{{ $activityAt->timezone(config('app.timezone'))->format('M j, Y, g:i:s A T') }}
{{ $activity->subject }}
{{ $activity->message }}
{{ $activityCategory }} · In-app secure message
No in-app notices in the current window.
@endif