@foreach ([
['label' => 'Templates', 'value' => $stats['templates']],
['label' => 'Documents', 'value' => $stats['documents']],
['label' => 'Awaiting signature', 'value' => $stats['pending']],
['label' => 'Completed', 'value' => $stats['completed']],
] as $stat)
{{ $stat['label'] }}
{{ $stat['value'] }}
@endforeach