@extends('layouts.admin') @section('title', __('Review payment')) @section('content') ← {{ __('Back to queue') }}
| {{ __('Clinic') }} | {{ $payment->tenant->name }} ({{ $payment->tenant->slug }}) |
| {{ __('Gateway') }} | {{ $payment->gateway->label() }} |
| {{ __('Amount') }} | {{ $payment->amountFormatted() }} |
| {{ __('Period') }} | {{ $payment->period_months }} {{ __('month(s)') }} |
| {{ __('Reference') }} | {{ $payment->proof_reference }} |
| {{ __('Plan') }} | {{ $payment->plan->name }} |
| {{ __('Status') }} | {{ $payment->status->label() }} |
{{ __('Approving extends the clinic’s paid period and reactivates access immediately.') }}
{{ __('No audit entries.') }}
@endforelse