Advancement tabulation #3

Merged
okorpheus merged 4 commits from advancement-tabulation into master 2024-06-26 22:20:11 +00:00
1 changed files with 36 additions and 34 deletions
Showing only changes of commit 27522e7903 - Show all commits

View File

@ -1,5 +1,6 @@
<x-layout.app>
<x-slot:page_title>{{ auditionSetting('advanceTo') }} Advancement - {{ $audition->name }}</x-slot:page_title>
<x-form.form method="POST" action="#">
<div class="grid grid-cols-4" x-data="checkboxSelector()">
<div class="col-span-3">
@include('tabulation.advancement.results-table')
@ -21,6 +22,8 @@
</div>
</div>
</x-card.card>
<x-form.button type="submit" class="mt-3">Pass Checked Entries</x-form.button>
@endif
</div>
@ -38,6 +41,5 @@
}
</script>
</div>
</x-form.form>
</x-layout.app>