@if ($journalUrl = $this->getUrl('index')) {{ $journal->name }} @else {{ $journal->name }} @endif New
@foreach ($dashboard['stats'] as $key => $stat) @if (($stat['value'] ?? 0) > 0 || ($stat['amount'] ?? null))
@if (($stat['value'] ?? 0) > 0) {{ $stat['value'] }} @endif {{ $stat['label'] ?? '' }} {{ $stat['formatted_amount'] }}
@endif @endforeach
{{-- Chart --}}
@assets @endassets @script @endscript