Search code examples
phpmysqllaravelbulkupdate

update multiple Records at a time using checkbox laravel


I want to update multiple records statuses or delete.

Status is: accept, reject, pending.

so want to give checkbox to the user for select multiple records and dropdown for choose status want to update records at a time,

and also want to give the delete option on the dropdown to delete mass records at a time


Solution

  • I answered a similar question few days back. Look Update status of each dynamic row using checkbox.

    Hope it helps. Cheers!