@extends('layouts.admin') @section('content')

{{ __('Edit Payment Config') }}

{{ $paymentConfig->name }}

@csrf @method('PUT')
@php $settings = $paymentConfig->settings ?? []; @endphp

{{ __('ECPay Invoice') }}

{{ __('ECPay Invoice Settings Description') }}

{{ __('E.SUN QR Scan') }}

{{ __('E.SUN QR Scan Settings Description') }}

{{ __('LINE Pay Direct') }}

{{ __('LINE Pay Direct Settings Description') }}

{{ __('TapPay Integration') }}

{{ __('TapPay Integration Settings Description') }}

{{ __('Merchant IDs') }}

@endsection