@php $totalPendiente = (float) $pendientes->sum('total'); $cantidadPendiente = (int) $pendientes->sum('cantidad'); $eventoHash = Hashids::encode( $evento->id, time() ); $mesaHash = Hashids::encode( $mesa->id, time() ); $accionHash = Hashids::encode( $evento->id, $mesa->id, time() ); $contenidoUrl = route( 'mozo.mesa.contenido', [ $eventoHash, $mesaHash ] ); $tienePendientes = $pendientes->count() > 0; $tieneCerradas = $cerradas->count() > 0; @endphp