@extends('layouts.app')
@section('title', 'Payments')
@section('content')
@include('super-admin.partials.nav')
| When | Company | Provider | Reference | Amount | Status | |
|---|---|---|---|---|---|---|
| {{ $payment->created_at?->format('Y-m-d H:i') }} | {{ $payment->company?->name ?? '—' }} | {{ $payment->provider }} | {{ $payment->reference ?? '—' }} | {{ number_format((float) $payment->amount, 2) }} {{ $payment->currency }} | {{ $payment->status }} @if ($payment->awaitingReview()) Review @endif | View |
| No payment transactions yet. | ||||||