@props([ 'initials', 'name', 'meta', 'room', 'status', 'statusTone', 'currentWeight', 'emptyWeight', 'fullWeight', 'weightTone' => 'green', 'avatarTone' => 'blue', 'href' => null, 'timeRemaining' => null, ]) @php $avatar = [ 'blue' => 'bg-[#e3edf8] text-[#005596]', 'green' => 'bg-[#dbf3e8] text-[#007a3d]', 'teal' => 'bg-[#dceeee] text-[#006071]', ][$avatarTone]; $usableWeight = max(1, $fullWeight - $emptyWeight); $percentage = (int) round((($currentWeight - $emptyWeight) / $usableWeight) * 100); $percentage = max(0, min(100, $percentage)); $weightIcon = $weightTone === 'red' ? 'text-[#c91e1e]' : ($weightTone === 'cyan' ? 'text-[#006071]' : 'text-[#007a3d]'); @endphp
{{ $initials }}

{{ $name }}

{{ $meta }}

{{ $room }}
{{ $percentage }} %
@if ($timeRemaining)

{{ $timeRemaining }}

@endif

{{ $currentWeight }} gram