@foreach($styles as $style) {!! $style !!} @endforeach @foreach($scripts as $script) {!! $script !!} @endforeach @php $businessBlockLabels = [ 'today' => _mt($moduleId, 'WalletBlocks.today'), 'week' => _mt($moduleId, 'WalletBlocks.this_week'), 'month' => _mt($moduleId, 'WalletBlocks.this_month'), 'year' => _mt($moduleId, 'WalletBlocks.this_year'), 'all' => _mt($moduleId, 'WalletBlocks.all_time'), ]; $walletTxns = ['balance', 'credited', 'debited']; @endphp
@if($wallets->count()) @endif