@extends("admin.layouts.app") @section("title", $title) @section("content")
{{ $description ?? '' }}
| {{ $col }} | @endforeach
|---|
| @if(is_numeric($val) && $val > 100 && !str_contains((string)$val, '-')) {{ number_format((float)$val, 2) }} @else {{ $val }} @endif | @endforeach
| @if(is_numeric($t) && $t > 100){{ number_format((float)$t, 2) }}@else{{ $t }}@endif | @endforeach
{{ __("admin.no_results") }}