| {{ $loop->iteration }} |
{{ $item->gateway_type }} |
{{ $item->company_name }} |
{{ $item->account_name }} |
{{ $item->account_number }} |
{{ $item->bank_name ?? '-' }} |
{{ $item->mobile_number ?? '-' }} |
@if ($item->is_active)
Active
@else
Inactive
@endif
|
|
@empty