{{ trans_choice('general.dashboards', 2) }} @can('create-common-dashboards') {{ trans('general.title.new', ['type' => trans_choice('general.dashboards', 1)]) }} @endcan @foreach($dashboards as $item) {{ $item->name }} @if (! $item->enabled) @endif @if ($item->users) @foreach($item->users as $user) {{ !empty($user->name) ? $user->name : trans('general.na') }} @endforeach @endif @endforeach