@extends('frontend.layouts.developer_master') @php $lang = selectedLang(); @endphp @section('content')

{{ __("Authentication") }}

{{ __("To access the") }} {{ __(@$basic_settings->site_name) }} {{ __("Developer API, you’ll need an API key. You can obtain your API key by logging in to your") }} {{ __(@$basic_settings->site_name) }} {{ __("merchant account and navigating to the API section. Collect") }} {{ __("Client/Primary Key") }} & {{ __("secret Key") }} {{ __("Carefully. Keep your API key confidential and do not share it publicly") }}

{{ __("If you don't have any merchant account please") }} {{ __("Register") }} {{ __("to continue") }}
@endsection @push("script") @endpush