@extends('layouts.admin', ['title' => 'Payment Settings', 'pageTitle' => 'Payment Settings', 'active' => 'settings']) @php $activeTab = 'payments'; $intro = 'Configure accepted payment methods, gateway credentials, customer messages, and invoice payment behavior.'; $currencies = ['USD' => 'USD - US Dollar', 'EUR' => 'EUR - Euro', 'GBP' => 'GBP - British Pound', 'PKR' => 'PKR - Pakistani Rupee']; $secretConfigured = fn (string $key) => (bool) data_get($settings, '_secret_configured.'.$key, false); @endphp @section('content')
{{ $intro }}