indra
access filter data from table action or bulk action
Thank you, finally got it working with the following bulk action with custom form , getting the filter value and putting it inside a hidden field, then the other field which requires it using $get method:
6 replies
EncryptCookies middleware 419 page expired error
Your custom form may need the csrf directive to inject hidden csrf token
add
within your form tag
See reference from this docs: https://laravel.com/docs/10.x/csrf
7 replies