@extends('layouts.admin') @section('title', __('Financial dashboard')) @section('content')
{{ __('No active paid subscriptions yet.') }}
@endforelse{{ __('No approved payments yet.') }}
@endforelse| {{ __('Clinic') }} | {{ __('Status') }} | {{ __('Expires') }} |
|---|---|---|
| {{ $sub->tenant?->name }} | {{ __(ucfirst($sub->status)) }} | {{ $sub->current_period_ends_at->format('d M Y') }} ({{ $sub->current_period_ends_at->diffForHumans() }}) |
| {{ __('No clinics expiring this week.') }} | ||
| {{ __('Clinic') }} | {{ __('Status') }} | {{ __('Joined') }} |
|---|---|---|
| {{ $clinic->name }} @if($clinic->is_demo){{ __('Demo') }}@endif
{{ $clinic->slug }} |
{{ __(ucfirst($clinic->subscription?->status ?? 'n/a')) }} | {{ $clinic->created_at->format('d M Y') }} |