{{ $title ?? 'GCU Currency Basket Composition' }} @if (!$exists) Not Configured @else Active @endif
@if (!$exists)
The {{ config('baskets.primary_name', 'GCU') }} basket has not been configured yet. The proposed composition is:
@else
{{ $description ?? 'Current allocation of currencies in the Global Currency Unit basket' }}
@endif
@foreach ($currencies as $currency)
{{ $currency['code'] }}
{{ $currency['name'] }}
{{ number_format($currency['weight'], 0) }}%
@endforeach
@if ($exists)
Symbol
{{ $symbol ?? 'Ǥ' }}
Type
{{ $basket->type ?? 'Dynamic' }}
Last Rebalanced
{{ $lastRebalanced ?? 'Never' }}
@if ($nextRebalance)
Next Rebalance
{{ \Carbon\Carbon::parse($nextRebalance)->format('M j, Y') }}
@endif
@endif

The {{ config('baskets.primary_name', 'Global Currency Unit') }} ({{ config('baskets.primary_code', 'GCU') }}) is backed by a diversified basket of major currencies and gold, providing stability and reducing single-currency risk.

Users vote monthly on the basket composition, ensuring democratic control over the currency.