reconstruct job admin side
This commit is contained in:
@@ -92,6 +92,8 @@ $renderPostingText = static function (?string $text): string {
|
||||
</p>
|
||||
<h2 class="h4 mt-4">Description</h2>
|
||||
<div><?= $renderPostingText($position['description'] ?? '') ?></div>
|
||||
<h2 class="h4 mt-4">Responsibilities</h2>
|
||||
<div><?= $renderPostingText($position['responsibilities'] ?? '') ?></div>
|
||||
<h2 class="h4 mt-4">Requirements</h2>
|
||||
<div><?= $renderPostingText($position['requirements'] ?? '') ?></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user