Pārlūkot izejas kodu

Add setting blade views

Daniel Supernault 7 gadi atpakaļ
vecāks
revīzija
606979eaca

+ 13 - 0
resources/views/settings/applications.blade.php

@@ -0,0 +1,13 @@
+@extends('settings.template')
+
+@section('section')
+
+  <div class="title">
+    <h3 class="font-weight-bold">Applications</h3>
+  </div>
+  <hr>
+  <div class="alert alert-danger">
+    Coming Soon
+  </div>
+
+@endsection

+ 13 - 0
resources/views/settings/avatar.blade.php

@@ -0,0 +1,13 @@
+@extends('settings.template')
+
+@section('section')
+
+  <div class="title">
+    <h3 class="font-weight-bold">Avatar Settings</h3>
+  </div>
+  <hr>
+  <div class="alert alert-danger">
+    Coming Soon
+  </div>
+
+@endsection

+ 13 - 0
resources/views/settings/dataexport.blade.php

@@ -0,0 +1,13 @@
+@extends('settings.template')
+
+@section('section')
+
+  <div class="title">
+    <h3 class="font-weight-bold">Data Export</h3>
+  </div>
+  <hr>
+  <div class="alert alert-danger">
+    Coming Soon
+  </div>
+
+@endsection

+ 13 - 0
resources/views/settings/developers.blade.php

@@ -0,0 +1,13 @@
+@extends('settings.template')
+
+@section('section')
+
+  <div class="title">
+    <h3 class="font-weight-bold">Developers</h3>
+  </div>
+  <hr>
+  <div class="alert alert-danger">
+    Coming Soon
+  </div>
+
+@endsection

+ 13 - 0
resources/views/settings/email.blade.php

@@ -0,0 +1,13 @@
+@extends('settings.template')
+
+@section('section')
+
+  <div class="title">
+    <h3 class="font-weight-bold">Email Settings</h3>
+  </div>
+  <hr>
+  <div class="alert alert-danger">
+    Coming Soon
+  </div>
+
+@endsection