@extends('layouts.public') @section('title', 'The Boss Of AI Newsletter') @section('meta_description', 'Discover the AI tools, automations and business opportunities worth paying attention to.') @section('content')

The Boss Of AI Newsletter

Discover the AI tools, automations and business opportunities worth paying attention to.

One issue a week. Unsubscribe whenever you like.

@if ($featured)
Latest issue {{ $featured->category }} {{ $featured->published_at?->format('j M Y') }}

{{ $featured->title }}

{{ $featured->excerpt }}

@endif

Recent issues

@if ($categories->isNotEmpty())
    @foreach ($categories as $category)
  • {{ $category }}
  • @endforeach
@endif
@if ($articles->isEmpty())

No issues published yet

Subscribe above and the first one will arrive in your inbox.

@else
{{ $articles->links() }}
@endif
@include('partials.lead-finder-cta') @endsection