@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'All User Activity', 'url' => '#', 'active' => true], ]; @endphp
@php $columns = [ ['checkbox' => false, 'class' => 'ps-4','label'=>'S.N.'], ['label' => 'User ID'], ['label' => 'Task'], ['label' => 'Amount'], ['label' => 'IP'], ['label' => 'Date'], ['label' => 'Action'], ]; @endphp
@endsection @section('scripts') @include('layouts.components.common-script') @vite('resources/assets/js/modal.js') @endsection