mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2026-03-16 16:25:41 +01:00
Fix with tables
This commit is contained in:
parent
573b41b4b2
commit
097c33c4b0
2 changed files with 4 additions and 3 deletions
|
|
@ -73,7 +73,6 @@ class ParticipantForm
|
|||
TextInput::make('surname')
|
||||
->required(),
|
||||
TextInput::make('grade')
|
||||
->integer()
|
||||
->columnSpan('full')
|
||||
->required(),
|
||||
TextInput::make('phone')
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ class VolunteerForm
|
|||
->required()
|
||||
->columnSpan('full')
|
||||
->options([
|
||||
'Städ' => 'Städ',
|
||||
'Kiosk & Kök' => 'Kiosk & Kök',
|
||||
'Säkerhet' => 'Säkerhet',
|
||||
'Kiosk' => 'Kiosk',
|
||||
'Städning' => 'Städning',
|
||||
'Entré & Incheckning' => 'Entré & Incheckning',
|
||||
'Teknisk Support' => 'Teknisk Support'
|
||||
]),
|
||||
Textarea::make('comment')
|
||||
->columnSpan('full'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue