@extends('admin.layout')
@section('title', 'API providers')
@section('content')
API providers
Providers are tried in priority order per service. Lower number tries first — if it fails, the next one takes over automatically.
@push('scripts')
@endpush
@endsection