added sender ID to the clients Tab in Show view plus bug fixes

This commit is contained in:
Kwesi Banson
2024-08-26 10:23:49 +00:00
parent 4a0248e40d
commit 6cede6d980
54 changed files with 1948 additions and 120 deletions

8
resources/views/infrastructure/create.blade.php Executable file → Normal file
View File

@@ -21,7 +21,7 @@
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
Add Server
Add Server
<div class="clearfix"></div>
</div>
{{-- start of content --}}
@@ -70,8 +70,8 @@
{!! $errors->first('remarks', '<p class="help-block">:message</p>') !!}
</div>
</div>
<div class="ln_solid"></div>
<div class="form-group">
<div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3">
@@ -85,7 +85,7 @@
{{-- end of x_panel --}}
</div>
</div>
</div>
@endsection