internal pages completed
This commit is contained in:
@@ -153,12 +153,13 @@ $educationLevelDifferences = [
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="accordion-content space-y-4">
|
||||
|
||||
<!-- High School Information -->
|
||||
<div>
|
||||
<h3 class="font-medium underline mb-2">High School</h3>
|
||||
<ul class="list-disc">
|
||||
<ul class="list-disc list-inside">
|
||||
<?php
|
||||
foreach ($difference['high-school-info'] as $info) { ?>
|
||||
<li class="mb-2">
|
||||
@@ -172,7 +173,7 @@ $educationLevelDifferences = [
|
||||
<!-- College University Information -->
|
||||
<div>
|
||||
<h3 class="font-medium underline mb-2">College/University</h3>
|
||||
<ul class="list-disc">
|
||||
<ul class="list-disc list-inside">
|
||||
<?php
|
||||
foreach ($difference['college-university-info'] as $info) { ?>
|
||||
<li class="mb-2">
|
||||
@@ -182,6 +183,7 @@ $educationLevelDifferences = [
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
Reference in New Issue
Block a user