@foreach($styles as $style) {!! $style !!} @endforeach @foreach($scripts as $script) {!! $script !!} @endforeach @php $graphDateLabels = [ 'today' => _mt($moduleId, 'MultiDashboard.today'), 'week' => _mt($moduleId, 'MultiDashboard.this_week'), 'month' => _mt($moduleId, 'MultiDashboard.this_month'), 'year' => _mt($moduleId, 'MultiDashboard.this_year'), 'all' => _mt($moduleId, 'MultiDashboard.all_time'), ] @endphp
{{ $scope ? _mt($moduleId, 'MultiDashboard.Mine') : _mt($moduleId, 'MultiDashboard.All') }}