Posts by Leonardo Sillva • 26 points
1 post
-
1
votes1
answer228
viewsA: How do I send a bank appointment to a View in the Laravel?
Try to make: return view('dashboard.cadastroMembros.create', compact('data')); And when printing in the view something like {{ $data['title'] }}