@extends('layouts.admin') @section('title', 'Confirmar pedido') @section('content') @php $fmt = static function ($n, int $maxDec = 4): string { $n = (float) $n; if (abs($n - round($n)) < 0.00005) { return number_format(round($n), 0); } return rtrim(rtrim(number_format($n, $maxDec, '.', ''), '0'), '.') ?: '0'; }; @endphp