@php use Carbon\Carbon; @endphp @foreach($styles as $style) @endforeach @php $businessBlockLabels = [ 'today' => _mt($moduleId, 'ManualPayout.today'), 'week' => _mt($moduleId, 'ManualPayout.this_week'), 'month' => _mt($moduleId, 'ManualPayout.this_month'), 'year' => _mt($moduleId, 'ManualPayout.this_year'), 'all' => _mt($moduleId, 'ManualPayout.all_time'), ]; @endphp
{{ _mt($moduleId, 'ManualPayout.'.$currentWallet->registry['name']) }} {{-- {{ $currentWallet->registry['name'] }}--}}