Hi friends, When I Implement the follow code I get an Error on Helpers Line 454 {!! Form::text('name...
Hi friends, do you can help me? I need construct a query for view (empleados.index), parsing data fr...
I make dd to $a=$products->name_product; this result when product exists, dd($a=$products->pro...
Thanks friend, but not fix, when update get succes but for create new I get this error, and I change...
Other solution for dummies :D $products=Product::where('product_name',$request->product_name)->...
The solution for the futures dummies as my! jajaja $products=Product::where('product_name',$request-...
Thank's but I need find the employee_id located on User model and get id of the row for insert on us...
The Laravel portal for problem solving, knowledge sharing and community building.