Laravel form not sending IDs
ID input <input class="form-control" type="hidden" value="{{ Auth()->user()->id }}"> After dump "_token" => "BP0ejzEjoIjFyUonjdMFNAyoRDcYCr4k7nec5czI" "name" => "Mark" "surname" => "Johanessburg" "number" => "8281992832" "email" => "[email protected]" So I'm trying to send the user's ID through the form. But when I clicked…