@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Visit Earn', 'url' => '#', 'active' => true], ]; @endphp
@foreach($cards as $card) @endforeach
Add Task @php $columns = [ ['checkbox' => true, 'class' => 'ps-4'], ['label' => 'Thumbnail'], ['label' => 'Title'], ['label' => 'Url'], ['label' => 'Timer'], ['label' => 'Coin'], ['label' => 'Daily Cap'], ['label' => 'Total Cap'], ['label' => 'Status'], ['label' => 'Expire AT'], ['label' => 'Action'], ]; @endphp
@endsection @section('scripts') @include('layouts.components.common-script') @vite('resources/assets/js/modal.js') @endsection