@extends('front.layouts.app') @section('content')
@include('front.partials.breadcrumbs')

{{ $ai_tool->tool_name }}

{{ $ai_tool->tagline }}

@if (!is_empty($ai_tool->screenshot_img))
Screenshot of {{ $ai_tool->tool_name }} website
Screenshot of {{ $ai_tool->tool_name }} ({{ get_domain_from_url($ai_tool->external_url) }}) website
@endif
This AI tool, {{ $ai_tool->tool_name }} was first featured in AiBuddyTool.com on {{ dmy($ai_tool->created_at) }}.

{{ $ai_tool->tool_name }} summary by AIToolBuddy

{!! $ai_tool->summary !!}

Details

Pricing Structure {{ $ai_tool->pricing_type }}
AI Tool Platform @if ($ai_tool->is_app_web_both == 'both') App & Web @else {{ ucwords($ai_tool->is_app_web_both) }} Only @endif

{{ $ai_tool->tool_name }} Features

@foreach ($ai_tool->keywords as $keyword) {{ $keyword->value }} @endforeach
@if (count($ai_tool->qna) > 0)

Frequently Asked Questions about {{ $ai_tool->tool_name }}

@foreach ($ai_tool->qna as $key => $faq)

{!! $faq->a !!}
@endforeach
@endif
@endsection @push('top_head') {!! $faq_context !!} @endpush