This commit is contained in:
Kekskurse 2021-01-27 01:47:07 +01:00
parent 210f553b49
commit e9bd3f0273
2 changed files with 6 additions and 0 deletions

View file

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

View file

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