Posts by Raphael Ohlsen • 31 points
1 post
-
1
votes0
answers308
viewsQ: CRUD - LARAVEL 5.6
I am developing a CRUD and in my controller I have create function: public function create() { $neighborhood = new Neighborhood(); $city = new City(); return view( view: 'admin.cities.create',…