@extends('admin.layouts.app') @php $pageTitle = $pageTitle ?? 'Income Overrides'; $periodLabel = [ 'today' => 'Today', 'yesterday' => 'Yesterday', 'last7days' => 'Last 7 Days', 'last30days' => 'Last 30 Days', 'lastyear' => 'Last 1 Year', 'total' => 'Total Lifetime', ]; @endphp @section('panel') @if(session('success'))
| User | Referral Code | Period | Amount | Balance | Note | Updated | Action |
|---|---|---|---|---|---|---|---|
|
{{ $userName }} ID: {{ $it->user_id }} |
{{ $refCode }} | {{ $pText }} | {{ number_format($amt, 2) }} |
@if($applied > 0)
Added {{ number_format($applied, 2) }} @else No @endif |
{{ $it->note ?? '-' }} | {{ $it->updated_at?->format('d M Y, h:i A') }} |