@if ($rows->isEmpty()) @else Shown as Method Account title Number / IBAN Offered for Used Status @foreach ($rows as $account) {{ $account->title }} {{ $account->gateway->label() }} {{ $account->account_title }} {{ $account->account_number }} @if ($account->iban)

{{ $account->iban }}

@endif @if ($account->bank_name)

{{ $account->bank_name }}

@endif {{ $account->product?->name ?? 'All products' }} {{ $account->payments_count }} {{ $account->is_active ? 'Live' : 'Hidden' }} @endforeach
@endif
{{-- -------------------------------------------------------------- form --}}
@unless ($isWallet) @endunless
Cancel Save account