colorful
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-05-01 12:54:12 +00:00
parent 6ef2e9fe4e
commit 7c5055075b
12 changed files with 128 additions and 26 deletions

View File

@@ -21,12 +21,10 @@ class ContractForm
Select::make('product_id')
->relationship('product', 'name')
->searchable()
->preload()
->required(),
Select::make('customer_id')
->relationship('customer', 'name')
->searchable()
->preload()
->required(),
Select::make('type')
->options(ContractType::options())