Add setting blade views

pull/52/head
Daniel Supernault 2018-05-29 20:37:10 -06:00
rodzic 1e9fe8db2a
commit 606979eaca
5 zmienionych plików z 65 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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