@extends('layouts.master')
@section('styles')
@endsection
@section('content')
@php
$breadcrumbs = [
['label' => 'Dashboard', 'url' => route('admin.dashboard')],
['label' => 'All Ads', 'url' => '#', 'active' => true],
];
@endphp
Banner Ad
Interstitial Ad
Video Ad
@php
$columns = [
['checkbox' => true, 'class' => 'ps-4'],
['label' => 'Title'],
['label' => 'Media'],
['label' => 'Ad Format'],
['label' => 'Daily Cap'],
['label' => 'Completed/Target'],
['label' => 'Progress'],
['label' => 'Status'],
['label' => 'Action'],
];
@endphp
@endsection
@section('scripts')
@include('layouts.components.common-script')
@endsection