Minor framework updates, and updates from other projects

This commit is contained in:
Deon George
2021-07-09 12:41:15 +10:00
parent a9f81373fa
commit 7e150e6cf6
9 changed files with 169 additions and 116 deletions

View File

@@ -18,7 +18,7 @@
<div class="row">
<div class="col-12">
<div class="card">
<div class="card card-dark">
<div class="card-header">
<h1 class="card-title">Setup Configuration</h1>
@if(session()->has('success'))
@@ -42,7 +42,7 @@
{{ $message }}
@else
Organisation Name is required.
@enderror
@enderror
</span>
<span class="input-helper">System Name used everywhere.</span>
</div>