Record not showing

Please help me, the skripsi_id section why always reads the earliest record. even though I have called $record->id :
3 Replies
toeknee
toeknee3mo ago
You are calling record so it will be the record of the row in question...
LeandroFerreira
LeandroFerreira3mo ago
use
Action::make('Bagi Dosbing')
...
->fillForm(fn (YourModel $record): array => $record->attributesToArray())
Action::make('Bagi Dosbing')
...
->fillForm(fn (YourModel $record): array => $record->attributesToArray())
rullyka
rullykaOP2mo ago
thanks i try

Did you find this page helpful?