@extends('backend.layouts.master') @use('app\Helpers\Helpers') @push('style') @endpush @section('title', __('static.wallet.wallet_bonus')) @section('content')
{{ __('static.wallet.wallet_bonuses') }}
@can('backend.wallet_bonus.create') @endcan @can('backend.wallet_bonus.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush