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