diff --git a/resources/views/banking/accounts/index.blade.php b/resources/views/banking/accounts/index.blade.php index 88a4b8c6112..f0ed3d8abc5 100644 --- a/resources/views/banking/accounts/index.blade.php +++ b/resources/views/banking/accounts/index.blade.php @@ -45,7 +45,7 @@ - + @@ -88,8 +88,8 @@ @endif - @if (! empty($item->phone)) - {{ $item->phone }} + @if (! empty($item->bank_phone)) + {{ $item->bank_phone }} @else @endif