Removed unnessary controller functions that just call a view, HTML/CSS consistency updates

This commit is contained in:
2024-04-22 14:27:48 +10:00
parent 001618d719
commit ceffc7ff14
45 changed files with 2009 additions and 2011 deletions

View File

@@ -10,19 +10,15 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
@endsection
@section('content')
<div class="row">
<div class="col-12">
<h2>Site Setup</h2>
</div>
</div>
<form class="needs-validation" method="post" novalidate>
@csrf
<div class="row pt-0">
<div class="col-12">
<div class="greyframe titledbox shadow0xb0">
<h2 class="cap">@if($o->exists) Update @else Initial @endif Setup</h2>
<div class="row">
<div class="col-12">
<h2>Site Setup</h2>
<form class="row g-0 needs-validation" method="post" novalidate>
@csrf
<div class="greyframe titledbox shadow0xb0">
<h2 class="cap">@if($o->exists) Update @else Initial @endif Setup</h2>
<div class="row">
<!-- System -->
@@ -298,10 +294,10 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
</div>
@endcan
</div>
</form>
</div>
</div>
</div>
</div>
</form>
@endsection
@section('page-css')