@extends('admin.layout') @section('title', 'Ads Management') @section('content')
@if(session('success'))💡 Cara Pakai: Buat ads di sini, lalu pilih ads yang mau dipakai di pengaturan Domain.
Belum ada ads. Buat yang pertama
| Nama | Type | Position | Status | Dipakai | Priority | Dibuat | Aksi |
|---|---|---|---|---|---|---|---|
|
{{ $ad->name }}
{{ $ad->slug }}
|
{{ $ad->type_label }} | {{ $ad->position_label }} | @if($ad->is_active) Active @else Inactive @endif | @php $domainsCount = $ad->domains()->count(); @endphp @if($domainsCount > 0) {{ $domainsCount }} domain @else - @endif | {{ $ad->priority }} | {{ $ad->created_at->format('d M Y') }} |