@extends('adminlte::page') @section('title', 'Subscription & Modules') @include('partials.ui-polish') @section('content_header')
| Module | Status | Plan Source | Activated | Expires |
|---|---|---|---|---|
|
{{ $item['module']->name }}
{{ $item['module']->description }}
|
{{ $item['status'] }} | {{ $item['source_plan'] ?? $organization->plan }} | {{ $item['activated_at']?->format('M d, Y') ?? '-' }} | {{ $item['expires_at']?->format('M d, Y') ?? 'No expiry' }} |
| No modules have been assigned to this organization. | ||||