API blade cleanup

This commit is contained in:
snipe 2017-01-11 04:05:32 -08:00
parent a02f406fa6
commit 57d0eba58f
2 changed files with 3 additions and 8 deletions

View file

@ -2,7 +2,7 @@
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
API Settings (test) Personal API Keys
@parent @parent
@stop @stop
@ -11,9 +11,4 @@
<passport-personal-access-tokens></passport-personal-access-tokens> <passport-personal-access-tokens></passport-personal-access-tokens>
@stop @stop

View file

@ -2,13 +2,13 @@
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
API Settings (test) OAuth API Settings
@parent @parent
@stop @stop
{{-- Page content --}} {{-- Page content --}}
@section('content') @section('content')
<passport-clients></passport-clients> <passport-clients></passport-clients>
<passport-authorized-clients></passport-authorized-clients> <passport-authorized-clients></passport-authorized-clients>
@stop @stop