@extends('layouts.master')
@section('styles')
@endsection
@section('content')
@php
$breadcrumbs = [
['label' => 'Dashboard', 'url' => route('admin.dashboard')],
['label' => 'Rewarded Ad Approve', 'url' => '#', 'active' => true],
];
@endphp
@php
$columns = [
['label' => 'Action'],
['checkbox' => false, 'class' => 'ps-4','label'=>'#'],
['label' => 'User'],
['label' => 'Title'],
['label' => 'Logo'],
['label' => 'Ad Image'],
['label' => 'View Need'],
['label' => 'Diamond'],
['label' => 'Countries'],
['label' => 'Button Text'],
['label' => 'AdClick Url'],
['label' => 'Description'],
['label' => 'Submitted AT'],
];
@endphp
| Targeted Country |
Targeted View |
@slot('footer')
@endslot
@slot('footer')
@endslot
@endsection
@section('scripts')
@include('layouts.components.common-script')
@endsection