# | Location | Balance | Action |
---|---|---|---|
1 | {{ $select_location ? $select_location : 'All Locations'}} | {{ $current_balance != 0 ? @num_format($current_balance) : '0.00' }} | @lang("messages.view") |
# | Location | Balance | Action |
---|---|---|---|
1 | {{ $select_location ? $select_location : 'All Locations'}} | {{ $current_balance != 0 ? @num_format($current_balance) : '0.00' }} | @lang("messages.view") |