Gestione Pubblicita {{-- Stats Cards --}}

Totale Ads

{{ number_format($stats['total']) }}

Attivi

{{ number_format($stats['active']) }}

Impressioni

{{ number_format($stats['total_impressions']) }}

Click

{{ number_format($stats['total_clicks']) }}

{{-- Header: Title + Filters + New Button --}}

Tutti gli Annunci

{{-- Placement Filter --}}
Nuovo Annuncio
{{-- Table --}}
@if($ads->isEmpty())

Nessun annuncio trovato.

Crea il primo annuncio
@else
@foreach($ads as $ad) @endforeach
Nome Stato Azioni

{{ $ad->name }}

{{ $ad->slug }}

{{ $ad->status_label }}
@csrf
@csrf
@csrf @method('DELETE')
{{ $ads->links() }}
@endif