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

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

{{ __('Define new third-party payment parameters') }}

@csrf @if ($errors->any())

{{ __('Please check the following errors:') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($companies as $company) @endforeach

{{ __('ECPay Invoice') }}

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

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

{{ __('TapPay Integration') }}

{{ __('Merchant IDs') }}

@endsection