{{-- Shared amount, destination & term fields included in each payment tab --}} @php $selectedDestination = old('destination', $student->destination ?? ''); @endphp
@if($balance && $balance->balance > 0) {{ __('Surplus Balance') }} {{ __('You have a surplus balance of RWF :amount.', ['amount' => number_format($balance->balance)]) }} @endif
RWF