Posts by Roni Cardoso • 13 points
3 posts
-
-4
votes1
answer49
viewsQ: Error generating PDF, Undefined variable: o (View:
metodo gera pdf: ordemController $ordens = Ordem::all(); return \PDF::loadView('ordem.detalhes', compact('ordens')) ->setPaper('a4', 'landscape') ->stream('export.pdf'); view <h1…
-
1
votes1
answer53
viewsQ: Search and bring id from another table
The search field for the problem is working, but I would like to search for the customer name as they are related. controller search method public function busca(OrdemRequest $request) { $problema =…
-
1
votes1
answer81
viewsQ: Do I need to return the client’s name in the View orders?
I am beginner with the Laravel need to return the name of the client in the View orders, at the moment is only getting the ID Classes class Ordem extends Model { protected $fillable…
laravel-5asked Roni Cardoso 13