How to check a checkbox using data fetched from database in Laravel
I have a problem in retrieving datas and using it to check checkboxes in Laravel. I want that when the edit pages are opened, the checkboxes will be checked based on the records on the database. Edit view page: @php…