Posts by Danillo Leão Lopes • 23 points
2 posts
-
0
votes1
answer130
viewsA: Undefined variable in the Variable when trying to send email
To use a function that is outside the scope use "use" there in Mail::send(); public function avisarAnjos(Request $request) { $usuariosAnjos = User::select('email') ->where('usuario_anjo', 1)…
-
2
votes1
answer506
viewsQ: Overwrite table data with Datatables
Every time I make a change in select it calls this function, it takes the id of the selected tax and does the research by (daughters) tax rules, I need to update the table every time it changes but…