@extends('layouts.dashboard') @section('content')
| Merchant Id | {{ auth()->user()->id }} |
|---|---|
| Merchant Name | {{ auth()->user()->name }} |
| Secret Key | @isset(auth()->user()->secret_key) ********** {{ auth()->user()->secret_key }} @else - @endisset |
| Hostname | http://101.53.133.133/api/voice-registration |