@extends('layouts/default') {{-- Page title --}} @section('title') Personal API Keys @parent @stop {{-- Page content --}} @section('content')
@if (!config('app.lock_passwords')) @else

{{ trans('general.feature_disabled') }}

@endif

Your API endpoint is located at:
{{ url('/api/v1') }}

When you generate an API token, be sure to copy it down immediately as they will not be visible to you again.

@stop @section('moar_scripts') @endsection