@extends('layouts.admin') @section('content')

Here you can add the campaign ads.

@csrf

All Compaigns

Add Compaign

Following is the list of all the Compaigns.

@if (!empty($data) && count($data) > 0) @foreach ($data as $key => $value) @endforeach @else @endif
S.No Title Image Views Clicks Action
{{ $key+1 }} {{ $value->title }} {{$value->title}} {{$value->views}} {{$value->clicks}}
NO Compaigns Ads Found
{{@$data->links('vendor.pagination.bootstrap-4')}}
@endsection @section('page-scripts') @endsection