@php $side = $drCr ?? null; $amount = (float) ($amount ?? 0); @endphp @if($side && $amount > 0) {{ strtoupper($side) }} @else @endif