yun po yung main folder na meron mga files
App
Boostrap
Config
Database
Resources
Route
Storage
Tests
at iba pa
ito din po
index.php ko inside my public_html
<?php
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
|...
How to delete all selected checkboxes in livewire and javascript, i already have a code for selecting all checkboxes in javascript, the problem is creating the delete logic of it in livewire then integrate to the front end so i can successfully delete all selected items:
my code:
<table...
How can i delete multiple values in checkbox or select all then delete using javascript for selecting all then livewire for deleting, i dont know how can i make a logic for the back end so i can successfully delete:
<table class="table" width="100%">
<thead>
<tr>...
Ano kayang Problema nito Guys, Error "Only arrays and Traversables can be unpacked" . pag ni remove ko yung event.detail[0] at gawing event.detail lang, nawawala yung error pero undefined naman yung value na nakukuha ko sa section_name at section_id at hindi rin na dedelete yung data...