Fixed EventController to go to Events instead of bookings
Added app->events->index page (needed backend and a foreach loop (foreach event do...)) Changed name in menu 'Vaske Booking Liste' to 'Reservationer'
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@extends("app.layout.base")
|
||||
@extends("app.layout.header")
|
||||
@section("title")
|
||||
Aktiviteter
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
<main>
|
||||
<h1 class="text-center sde-blue mb-0">Aktiviteter</h1>
|
||||
|
||||
<h3 class="sde-blue bold text-center mb-0">{Aktivitet}</h3>
|
||||
<p class="text-center mt-0">{Dato}</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sodales pulvinar congue aenean suspendisse.</p>
|
||||
<a class="btn text-center btn-sde-blue btn-disabled" id="tilmeld">Tilmeld</a>
|
||||
|
||||
<h3 class="sde-blue bold text-center mb-0">{Aktivitet2}</h3>
|
||||
<p class="text-center mt-0">{Dato}</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sodales pulvinar congue aenean suspendisse.</p>
|
||||
<a class="btn text-center btn-sde-blue btn-disabled" id="tilmeld">Tilmeld</a>
|
||||
</main>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user