@foreach($styles as $style) {!! $style !!} @endforeach @foreach($scripts as $script) {!! $script !!} @endforeach @php $businessBlockLabels = [ 'today' => _mt($moduleId, 'UserJoiningBlocks.today'), 'week' => _mt($moduleId, 'UserJoiningBlocks.this_week'), 'month' => _mt($moduleId, 'UserJoiningBlocks.this_month'), 'year' => _mt($moduleId, 'UserJoiningBlocks.this_year'), 'all' => _mt($moduleId, 'UserJoiningBlocks.all_time'), ]; $usersTypeLabel = [ 'normal' => _mt($moduleId, 'UserJoiningBlocks.all_joinings'), 'descendants' => _mt($moduleId, 'UserJoiningBlocks.my_downlines'), 'referral' => _mt($moduleId, 'UserJoiningBlocks.my_referral'), ]; @endphp