@extends('admin.layouts.app') @section('title', 'Client Secrect') @section('content')

Client Secrect

API Key: {{ $client->api_key }}

API Secret (save this now): {{ $client->plain_secret }}

You will not be able to see the secret again after leaving this page.

Back to Clients
@endsection