@extends('layouts/contentNavbarLayout') @section('title', 'Dashboard - Analytics') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Developer Option
API Key {{ $user['api_key'] }}
Secret Key {{ $user['secret_key'] }}
White List IP
@php $ips = array_filter(explode(',', $user['whitelist_ips'])); @endphp @foreach ($ips as $ip)
@endforeach
API Instructions

{!! $admin_settings['api_instructions'] !!}

@endsection @section('js') @endsection