@extends('backend.layouts.app') @section('content')
| Organizer | Plan | Amount | Next Payment Date | Actions | |
|---|---|---|---|---|---|
| {{ $subscription->organizer->full_name ?? 'N/A' }} | {{ $subscription->subscriptionType->name ?? 'N/A' }} | {{ number_format($subscription->subscriptionType->amount ?? 0, 2) }} | {{ $subscription->next_payment_date }} | @if ($invoice) View Invoice @else @endif |