@extends('layouts.app') @section('title', __('Accounting Integrations')) @section('page-title', __('Accounting Integrations')) @section('page-subtitle', __('Configure platform-wide OAuth credentials for accounting providers.')) @section('content') @include('super-admin._nav')
{{-- ─── Exact Online OAuth form ─────────────────────────────── --}}
@csrf {{-- Per-provider platform kill-switches --}}

{{ __('Platform availability') }}

{{ __('Master switches. Tenants and users can never see a provider that is off here, regardless of plan.') }}

{{-- Exact Online OAuth credentials --}}
EO

{{ __('Exact Online') }}

{{ __('Register an app at') }} apps.exactonline.com {{ __('to obtain your client credentials.') }}

{{-- Callback URL — must match what the user registers in Exact's app portal --}}
{{ __('Register this redirect URI on apps.exactonline.com') }}
{{ $callback_url }}
{{ __('It must match byte-for-byte (scheme, host, path, no trailing slash).') }}
@error('exact_client_id')

{{ $message }}

@enderror

{{ __('Stored encrypted. Leave blank to keep the current value.') }}

@error('exact_client_secret')

{{ $message }}

@enderror

{{ __('Must match the Exact Online region your tenants use.') }}

{{-- /Exact card --}}
{{-- ─── Help / test sidebar ─────────────────────────────────── --}}
@endsection