@extends('layouts.app') @section('content') @include('partials.navbar')
AI-Generated Analysis @if ($item->ai_image)
AI Image {{ $item->headquarters }}
@endif

{{ $item->title }}

Overview

{{ $item->intro }}

{{--
{{ $item->analysis_title }}
{{ $item->ai_analysis }}
--}}

πŸ’‘ Idea

{{ $item->idea }}

{{-- {{ $item->ai_analysis }} --}}

βš™οΈ{{ $item->name }}: How It Works

{{ $item->how_it_works }}

πŸš€ Why It’s Amazing

{{ $item->why_amazing }}

πŸ’» Technical Analysis

{{ $item->technical }}

🧱 System Architecture

{{ $item->architecture }}

@php $stepsArray = preg_split('/(?=Step \d+:)/', $item->steps); @endphp

🧭 {{ $item->name }}: Platform Walkthrough

    @foreach ($stepsArray as $step) @php $step = trim($step); @endphp @if ($step)
  • {{ $step }}
  • @endif @endforeach
@if ($item->ai_diagram)
AI-generated system flow sketch
@endif
About this section:
The content above is generated by an AI system using prompt-based instructions defined during development of this platform. It is designed to assist in understanding the topic by providing structured and automated insights. Users are encouraged to interpret the information as supplementary guidance.
In-Depth Analysis
{{-- @if ($item->topic_image) @endif --}} {{ $item->founder }}
@if ($item->user && $item->user->avatar) {{ $item->user->name }} @endif
{{ $item->user->name ?? 'Unknown Author' }}
{{ $item->created_at->format('F j, Y') }} | {{ $item->word_count }} words | {{ $item->reading_time }} min read

{{ $item->topic }}

{{ $item->brief_description }}

Detailed Analysis

{!! nl2br(e($item->full_description)) !!}

Drawing
{{ $item->industry }}
@if ($item->website) Visit Website β†’ {{ str_replace(['https://', 'http://', 'www.'], '', $item->website) }} @endif

Global Platforms Similar to {{ $item->name }}

{{ $item->description }}

Apps that follow the same core model:
{{ $item->coverage }}
About author
{{ optional($item->user)->bio }}
{{--
{{ $item->industry ?? 'Unknown Industry' }}

{{ $item->description }}

Founder: {{ $item->founder }}

Origin: {{ $item->origin }}

Coverage: {{ $item->coverage }}

HQ: {{ $item->headquarters }}

Website: @if ($item->website) {{ str_replace(['https://', 'http://', '/'], '', $item->website) }} @else Not provided @endif

Email: @if ($item->contact_email) {{ trim(strtolower($item->contact_email)) }} @else Not provided @endif

--}}


@endsection