@extends('frontend.main_master') @section('body-class', 'profile-page panel-scrollable ai-comments-page') @section('title', t('my-comments') . ' - ' . t('site-title')) @php $typeMeta = [ 'natal' => [ 'label' => 'Natal', 'icon' => 'fa-earth-americas', 'bg' => '#eef6f4', 'fg' => 'var(--astro-deep-teal)', ], 'annual' => ['label' => 'Yıllık', 'icon' => 'fa-calendar-days', 'bg' => '#fef8ec', 'fg' => 'var(--astro-gold)'], 'transit' => [ 'label' => 'Transit', 'icon' => 'fa-arrows-rotate', 'bg' => '#edf3f8', 'fg' => 'var(--astro-ocean)', ], 'synastry' => ['label' => 'İlişki', 'icon' => 'fa-heart', 'bg' => '#fceef0', 'fg' => 'var(--astro-brick)'], 'firdaria' => [ 'label' => 'Firdaria', 'icon' => 'fa-hourglass-half', 'bg' => '#eef3f4', 'fg' => 'var(--astro-dark-teal)', ], ]; @endphp @push('styles') @endpush @section('content')
{{ t('messages-ai-analyze-center') }}
{{--{{ t('my-ai-comments-description') }}
--}}{{ t('no-comments-yet') }}
{{ t('create-now') }}{{ Str::limit(preg_replace('/^#{1,3}\s+/m', '', strip_tags($comment->content)), 150) }}
{{ Str::limit(strip_tags($comment->content), 180) }}