@extends('layouts.app') @section('title', 'Veranstaltungen') @section('content') @foreach ($veranstaltungen as $v)
  • {{ $v->name }} | {{ $v->beginn }}
  • @endforeach @endsection