@extends('layouts/default')
{{-- Page title --}}
@section('title')
Personal API Keys
@parent
@stop
{{-- Page content --}}
@section('content')
@if (!config('app.lock_passwords'))
{{ trans('general.feature_disabled') }}
@endif @stop @section('moar_scripts') @endsection