Advancement tabulation #3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue