@extends('admin.layouts.app') @section('title', 'Cashback — ExtraCash Admin') @section('page-title', 'Cashback') @section('breadcrumb', 'All cashback transactions') @section('content')
| User | Merchant | Cashback | Order Amount | Status | Releases At | Date |
|---|---|---|---|---|---|---|
| {{ $cb->user?->name ?? '—' }} | {{ $cb->merchant?->name ?? '—' }} | ZMW {{ number_format($cb->cashback_amount, 2) }} | ZMW {{ number_format($cb->order?->total_amount ?? 0, 2) }} | {{ $cb->status?->value ?? '—' }} | {{ $cb->release_at ? \Carbon\Carbon::parse($cb->release_at)->format('M d, Y') : '—' }} | {{ $cb->created_at->format('M d, H:i') }} |
| No cashback records found | ||||||