@extends('examples.modern-layout-v2') @section('title', __('messages.menu.api_keys')) @section('api_keys', 'bg-blue-50 text-blue-700') @section('content')
Manage API keys and sync tokens for secure server-to-server communication
This token is used for secure synchronization between local servers and this live server. Keep it secure and update it on all local servers when changed.
@if($syncToken){{$syncToken}}
No sync token configured. Generate one to enable synchronization.