added view for creating Veranstaltung
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@extends('layouts.app')
|
||||
@section('title', 'Veranstaltungen')
|
||||
|
||||
@section('content')
|
||||
@foreach ($veranstaltungen as $v)
|
||||
<li>{{ $v->name }} | {{ $v->beginn }} </li>
|
||||
@endforeach
|
||||
@endsection
|
||||
Reference in New Issue
Block a user