{{-- Custom Point Modal --}}
@php $customPointBaseKeys = [ 'Sun', 'Moon', 'Mercury', 'Venus', 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptune', 'Pluto', 'True Node', 'South Node', 'Chiron', 'Lilith', 'Part of Fortune', 'Vertex', 'ASC', 'MC', 'DSC', 'IC', ]; $catalogForCustomPoints = app(\App\Services\Chart\PlanetCatalog::class); $customPointKeyLabels = []; foreach ($customPointBaseKeys as $k) { $customPointKeyLabels[$k] = $catalogForCustomPoints->resolveName($k); } @endphp
{{ t('add-your-own-dot') }}
{{ t('formula') }}: {{ t('personal-point') }} + {{ t('significator') }} - {{ t('trigger') }}