Add setting blade views

pull/52/head
Daniel Supernault 6 years ago
parent 1e9fe8db2a
commit 606979eaca

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

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

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

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

@ -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
Loading…
Cancel
Save