19 lines
585 B
PHP
19 lines
585 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="{{ route('scores.entryScoreSheet') }}" class="mb-4 mt-3">
|
|
<x-form.field name="entry_id" label_text="Entry ID"></x-form.field>
|
|
<x-form.footer >
|
|
<x-form.button>Select</x-form.button>
|
|
</x-form.footer>
|
|
</x-form.form>
|
|
</div>
|
|
</x-card.card>
|
|
|
|
|
|
|
|
</x-layout.app>
|
|
d
|