I'm developing a CRUD and in my controller I have the create function:
public function create()
{
$neighborhood = new Neighborhood();
$city = new City();
return view( view: 'admin.cities.create', compact( varname: 'city', _:'neighb...
asked by
24.04.2018 / 03:13