auditionadmin/resources/views/tabulation/choose_entry.blade.php

19 lines
562 B
PHP

<x-layout.app>
<x-slot:page_title>Choose Entry</x-slot:page_title>
<x-card.card class="mx-auto max-w-sm">
<x-card.heading>Choose Entry</x-card.heading>
<div class="">
<x-form.form method="GET" action="#" class="mb-4 mt-3">
<x-form.field name="entry_id" label_text="Entry ID"></x-form.field>
</x-form.form>
<x-form.footer class="px-4 sm:px-8 pb-4">
<x-form.button>Select</x-form.button>
</x-form.footer>
</div>
</x-card.card>
</x-layout.app>
d