Resource and View Updating
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@section('title', 'Neue Veranstaltung')
|
||||
|
||||
@section('content')
|
||||
<h2 class="display-2">{{ $name }}</h2>
|
||||
<h2>{{ $name }}</h2>
|
||||
<hr/>
|
||||
<dl class="row">
|
||||
<dt class="col-md-2">
|
||||
@@ -32,5 +32,6 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<hr/>
|
||||
<a href="{{ route('veranstaltung.edit', ['id' => $id]) }}">Bearbeiten</a>
|
||||
<a class="btn btn-link" href="{{ route('veranstaltung.edit', ['id' => $id]) }}">Bearbeiten</a>
|
||||
<a class="btn btn-link" href="{{ route('veranstaltung.index') }}">Zurück zur Liste</a>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user