Add Pass Checked Entries button

This commit is contained in:
Matt Young 2024-06-26 16:03:07 -05:00
parent f5db2eae78
commit 27522e7903
1 changed files with 36 additions and 34 deletions

View File

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