@extends('admin.layouts.main') @section('panel')
@include('admin.partials.filter', [ 'is_filter' => false, 'is_modal' => true, 'urls' => [ [ 'type' => 'modal', 'id' => 'rankModal', 'name' => __('Add New'), 'icon' => "" ], ], ]) @include('admin.partials.table', [ 'columns' => [ 'created_at' => __('admin.table.created_at'), 'name' => __('admin.table.name'), 'level' => __('Level'), 'invest' => __('Invest'), 'team_invest' => __('Team Invest'), 'deposit' => __('Deposit'), 'referral_count' => __('Referral Count'), 'reward' => __('Reward'), 'status' => __('Status'), 'action' => __('admin.table.action'), ], 'rows' => $rewards, 'page_identifier' => \App\Enums\PageIdentifier::REWARD->value, ])
@endsection @push('script-push') @endpush