@if($matchedAccount)
No. Rekening: {{ $matchedAccount['account_number'] ?? '-' }}
Atas Nama: {{ $matchedAccount['account_name'] ?? '-' }}
@elseif($method->account_number)
No. Rekening: {{ $method->account_number }}
@if($method->account_name)
Atas Nama: {{ $method->account_name }}
@endif
@endif