snipe-it/resources/views/settings/api.blade.php

15 lines
278 B
PHP
Raw Normal View History

2017-01-11 01:02:32 -08:00
@extends('layouts/default')
{{-- Page title --}}
@section('title')
API Settings (test)
@parent
@stop
{{-- Page content --}}
@section('content')
2017-01-11 01:02:32 -08:00
<passport-clients></passport-clients>
<passport-authorized-clients></passport-authorized-clients>
@stop