We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350d76c commit ea10bb9Copy full SHA for ea10bb9
app/Nova/DaftarPulsaMitra.php
@@ -74,7 +74,7 @@ public function fields(NovaRequest $request)
74
->rules('required', 'gt:0', 'lte:16777215'),
75
Numeric::make('Harga Pulsa', 'harga')
76
77
- Text::make('Handphone', 'mitra.no_pulsa')
+ Text::make('Handphone', 'handphone')
78
->onlyOnIndex(),
79
Boolean::make('No HP Confirmed', 'confirmed')
80
->readonly()
0 commit comments