@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Payment Gateways')) @section('titlebar_actions', '') @section('content')
@if ($settings_two->liquid_license_type != 'Extended License')
{{ __('To access this page, you should upgrade to Extended License.') }} {{ __('Upgrade License') }}
@else
@foreach ($gateways as $entry)
$entry['whiteLogo'] == 1, ])> {{ $entry['title'] }}

{{ $entry['title'] }}

@if ($entry['available'] == 1) {{ __('Settings') }} @else
{{ __('Coming soon') }}
@endif
@if ($entry['available'] == 1)
$entry['active'] == 1, 'bg-red-500' => $entry['active'] == 0, ])> @if ($entry['active'] == 1) @else @endif {{ $entry['active'] == 1 ? __('Active') : __('Inactive') }}
@endif
@endforeach
@endif
@endsection