@extends("layouts.app") @section('title', 'API Settings') @section("main")

API Settings

Manage your API key and IP settings.

@if ($api_setting) @if (session("error"))
{{ session("error") }}
@endif @if (session("success"))
{{ session("success") }}
@endif

Note: IP will auto assign while you connect first time from your server with this API Key.

@csrf
@csrf
@else

Dear, {{ $user->name }}. Currently, there is no API assigned to your account. To get access to an API, please contact support.

@endif
@endsection