added view for creating Veranstaltung
This commit is contained in:
@@ -14,7 +14,7 @@ class VeranstaltungController extends Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
//
|
||||
return view('veranstaltung.index', ['veranstaltungen' => Veranstaltung::get()->sortBy('beginn')]);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -24,7 +24,8 @@ class VeranstaltungController extends Controller
|
||||
*/
|
||||
public function create()
|
||||
{
|
||||
//
|
||||
return view ('veranstaltung.create', ['model' =>
|
||||
new Veranstaltung()]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user