|
@@ -6,8 +6,15 @@
|
|
<h3 class="font-weight-bold">Applications</h3>
|
|
<h3 class="font-weight-bold">Applications</h3>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<hr>
|
|
- <div class="alert alert-danger">
|
|
|
|
- Coming Soon
|
|
|
|
- </div>
|
|
|
|
|
|
+<passport-authorized-clients></passport-authorized-clients>
|
|
|
|
+<passport-personal-access-tokens></passport-personal-access-tokens>
|
|
|
|
+
|
|
|
|
+@endsection
|
|
|
|
|
|
-@endsection
|
|
|
|
|
|
+@push('scripts')
|
|
|
|
+<script type="text/javascript">
|
|
|
|
+ new Vue({
|
|
|
|
+ el: '#content'
|
|
|
|
+ });
|
|
|
|
+</script>
|
|
|
|
+@endpush
|