@php $v = $selected; @endphp
Code: {{ $v->vendor_code }}
@endif @if($v->city){{ $v->city }}{{ $v->state ? ', '.$v->state : '' }}
@endifNo billing address on file.
@endifOpening Balance added by user {{ auth()->user()->name ?? 'Admin' }} : ₹{{ number_format($v->opening_balance, 2) }} ({{ $v->balance_type }}) · Current balance: ₹{{ number_format($v->currentBalance(), 2) }}
@if($v->notes){{ $v->notes }}
@endif