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

Get the Right AI for Any Task

Curating over {{ $tools_count }} 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 @if ($tools_count > 0)
Discover More AI Tools ({{ $tools_count }})+
@endif @endsection