Ad Management

Managing site-wide advertisements

New Advertisement
@if(session('success'))
{{ session('success') }}
@endif
@forelse($advertisements as $ad) @empty @endforelse
Preview Details Placement & Size Status Actions
{{ $ad->title }}

{{ $ad->title }}

{{ $ad->target_url }}

{{ str_replace('_', ' ', $ad->placement) }} {{ $ad->size }} @if($ad->is_active)
Active
@else
Inactive
@endif
@csrf @method('DELETE')

No advertisements found. Create your first one!

@if($advertisements->hasPages())
{{ $advertisements->links() }}
@endif