@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Rewarded Ad Approve', 'url' => '#', 'active' => true], ]; @endphp
{{--
  • Active
  • Disable
  • --}}
    @php $columns = [ ['label' => 'Action'], ['checkbox' => false, 'class' => 'ps-4','label'=>'#'], ['label' => 'User'], ['label' => 'Title'], ['label' => 'Ad Thumbnail'], ['label' => 'Website Url'], ['label' => 'View Need'], ['label' => 'Diamond'], ['label' => 'Countries'], ['label' => 'Submitted AT'], ]; @endphp
    @slot('footer') @endslot @slot('footer') @endslot @endsection @section('scripts') @include('layouts.components.common-script') @endsection