Skip to content
Advertisement

laravel dd return empty value

all… My problem here is when i want to return values with dd($datasave), return all other but, one is lost my code (first Controller)

JavaScript

my Solicitudes.php(Model)

JavaScript

and my view(not all only the part that is not returning… )

JavaScript

but when i want to see the returning values result: AppModelsSolicitudes {#1259 ▼

JavaScript

and my …

JavaScript

i check twice but the has the correct name, in model, and view … but i not value in 5 => “nombre_recoleccion”, return a “Null” … thanks in advance …

Advertisement

Answer

You need to call dd($datasave); after the save() method, and on your blade input field you have a typo, change this to name="nombre_recoleccion"

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement