@extends('front.layouts.app') @section('content')

Get the Right AI for Any Task

Curating over 750+ AI tools and growing 🛠️

@include('front.partials.search')
@if ($latest_ai_tools->count() > 0)

Featured AI Tools

@foreach ($latest_ai_tools as $ai_tool)
@include('front.partials.ai-tool-card', ['ai_tool' => $ai_tool])
@endforeach
@endif
Discover {{ $tools_count }} More AI Tools
@endsection