Stuff
This commit is contained in:
parent
210f553b49
commit
e9bd3f0273
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
@extends('layout/template')
|
@extends('layout/template')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<div class="alert-warning alert" style="margin-top: 20px;">
|
||||||
|
This is just for functional testing, need to be redesign.
|
||||||
|
</div>
|
||||||
<h1>Themes Tenant</h1>
|
<h1>Themes Tenant</h1>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
@extends('layout/template')
|
@extends('layout/template')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<div class="alert-warning alert" style="margin-top: 20px;">
|
||||||
|
This is just for functional testing, need to be redesign.
|
||||||
|
</div>
|
||||||
<h1>Watermark for {{ $current_tenant->name }}</h1>
|
<h1>Watermark for {{ $current_tenant->name }}</h1>
|
||||||
<p>
|
<p>
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
|
|
Loading…
Reference in a new issue