@extends('layouts.app', ['title' => 'Home']) @section('content')
NOK Courier
@foreach(($stats ?? []) as $label => $value)
{{ ucwords(str_replace('_',' ', $label)) }}{{ is_numeric($value) ? number_format((float)$value, 2) : $value }}
@endforeach
@endsection