@extends('smart-ads::layouts.app') @section('content')

Ads

@if(session()->has('message'))
{{session('message')}}
@endif
@forelse($smartAds as $ad) @empty @endforelse
Ad Name Clicks Actions
{{$ad->clicks}} @if($ad->enabled)
@csrf
@else
@csrf
@endif
@csrf @method('DELETE')
No Ads in the database
Showing {{$smartAds->firstItem()}}-{{$smartAds->lastItem()}} of {{$smartAds->total()}}
{{$smartAds->onEachSide(2)->links()}}
@endsection