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

{{ __("Prerequisites") }}

{{ __("Before you begin integrating the") }} {{ __(@$basic_settings->site_name) }} {{ __("Developer API, make sure you have") }}:

  1. {{ __("An active") }} {{ __(@$basic_settings->site_name) }} {{ __("merchant account") }}
  2. {{ __("Basic knowledge of API integration and web development with PHP & Laravel") }}
  3. {{ __("A secure and accessible web server to handle API requests") }}
@endsection @push("script") @endpush