mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 15:01:02 -08:00
15 lines
278 B
PHP
15 lines
278 B
PHP
@extends('layouts/default')
|
|
|
|
{{-- Page title --}}
|
|
@section('title')
|
|
API Settings (test)
|
|
@parent
|
|
@stop
|
|
|
|
{{-- Page content --}}
|
|
@section('content')
|
|
|
|
<passport-clients></passport-clients>
|
|
<passport-authorized-clients></passport-authorized-clients>
|
|
@stop
|