@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Sdk Offerwall', 'url' => '#', 'active' => true], ]; @endphp {{-- Add Slider --}} @php $columns = [ ['checkbox' => true, 'class' => 'ps-4'], ['label' => 'Offerwall'], ['label' => 'Type'], ['label' => 'Earning Last Month'], ['label' => 'Earning This Month'], ['label' => 'Status'], ['label' => 'Action'], ]; @endphp @endsection @slot('footer') @endslot @section('scripts') @include('layouts.components.common-script') @endsection