Enabled moving address, minor CSS fixes

This commit is contained in:
Deon George
2021-08-08 17:27:22 +10:00
parent 7cd7849241
commit 8d4ca2963d
6 changed files with 202 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ use App\Models\Setup;
@if(! $o->system_id)
Add a <a href="{{ url('ftn/system/addedit') }}">NEW System</a>
@else
Edit <a href="{{ url('ftn/system/addedit',[$o->system_id]) }}">System</a>
<a href="{{ url('ftn/system/addedit',[$o->system_id]) }}">Edit</a> System
@endif
</span>
</div>