Add New Payment Account
@if(count($data)>0) @foreach($data as $key) @if($key->Active) @endif @endforeach @endif
Payment Account Name Payment Account Type Actions
{{$key->AccountName}} {{ $payAcTypes[$key->PaymentAccountTypeCode] }}
@if(Auth::user()->is_super_admin)

Global Payment Accounts

@if(count($globalAccount)>0) @foreach($globalAccount as $key) @if($key->Active) @endif @endforeach @endif
Payment Account Name Payment Account Type Actions
{{$key->AccountName}} {{ $payAcTypes[$key->PaymentAccountTypeCode] }}
@endif