Manage student payments.
# | Date | Items | Amount | Payment Method | Status | Action |
---|---|---|---|---|---|---|
{{ $order->id }} | {{ $order->created_at->format('M j, Y g:i A') }} | {{ sprintf('%d Classes', $order->items()->count()) }} | {{ FormattingHelper::price($order->total) }} | {{ $order->method->label() }} | {!! $order->status->badge() !!} |
|