public static function form(Form $form): Form
{
return $form
->schema([
Forms\Components\Group::make()
->schema([
Forms\Components\Section::make(__('quote-resource.section.client_information'))
->schema([
Forms\Components\TextInput::make('quote.name')
->label(__('quote-resource.field.name'))
->required()
->maxLength(255),
public static function form(Form $form): Form
{
return $form
->schema([
Forms\Components\Group::make()
->schema([
Forms\Components\Section::make(__('quote-resource.section.client_information'))
->schema([
Forms\Components\TextInput::make('quote.name')
->label(__('quote-resource.field.name'))
->required()
->maxLength(255),