From cde0c0437bbf4122f4fcbc6e6078fc63a71ae039 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 3 Nov 2018 22:32:53 -0600 Subject: [PATCH] Add developer application settings view --- resources/views/settings/applications.blade.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/resources/views/settings/applications.blade.php b/resources/views/settings/applications.blade.php index d49b55b6c..0507075cd 100644 --- a/resources/views/settings/applications.blade.php +++ b/resources/views/settings/applications.blade.php @@ -6,8 +6,15 @@

Applications


-
- Coming Soon -
+ + -@endsection \ No newline at end of file +@endsection + +@push('scripts') + +@endpush \ No newline at end of file