@extends('layouts.admin', ['heading' => 'Payment Gateways', 'subheading' => 'Configure and enable gateways']) @section('content')
@foreach($gateways as $gateway) @endforeach
Gateway Status Config (JSON) Actions
{{ $gateway->name }}
{{ $gateway->code }}
{{ $gateway->is_enabled ? 'Enabled' : 'Disabled' }}
@csrf
@csrf
@endsection