I have this code where I needed to store in a variable so I display it in view, I\'ve tried different approach of packing the \"Form header\" and using CSRF is not working
I've added missing hidden field csrf_token() which is require while submit and authorize form submission at laravel.
csrf_token()
$return = ' Add Item ';