@extends('layouts.app') @section('title', 'Billing – ' . $user->name) @section('content') {{-- ── Page Header ── --}}
{{-- ── Alerts (converted to toasters) ── --}} {{-- ── Subscriptions ── --}} @if($subscriptions->isNotEmpty())Each service subscription is managed separately. The user can cancel from their own Billing page.
This user has no active subscriptions.
| Date | Type | Amount | Status | Invoice |
|---|---|---|---|---|
| {{ $ph->created_at->format('d/m/Y') }} | {{ ucfirst(str_replace('_', ' ', $ph->type)) }} | {{ $ph->formatted_amount }} {{ strtoupper($ph->currency) }} | {{ ucfirst(str_replace('_', ' ', $ph->status)) }} | @if($ph->invoice_hosted_url || $ph->invoice_pdf_url || $ph->stripe_invoice_id) @else @endif |
No payment history yet.