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
|
||||
@@ -25,8 +25,8 @@
|
||||
Aktiviteter
|
||||
</a>
|
||||
<a href="washing-reservations">
|
||||
<img src="{{URL::asset('/images/icons/Vaske booking liste.svg')}}" alt="Vaske booking liste">
|
||||
Vaske booking liste
|
||||
<img src="{{URL::asset('/images/icons/Vaske booking liste.svg')}}" alt="Reservationer">
|
||||
Reservationer
|
||||
</a>
|
||||
<a href="">
|
||||
<img src="{{URL::asset('/images/icons/Galleri.svg')}}" alt="Galleri">
|
||||
|
||||
@@ -11,9 +11,11 @@
|
||||
{{--Register--}}
|
||||
{{--@extends("app.users.register")--}}
|
||||
|
||||
{{--Events--}}
|
||||
{{----}}@extends("app.events.index")
|
||||
|
||||
{{--Vagttelefon--}}
|
||||
{{----}}@extends("app.vagttelefons.index")
|
||||
{{--@extends("app.vagttelefons.index")--}}
|
||||
|
||||
{{--Booking Liste--}}
|
||||
{{--@extends("app.washing-reservations.index")--}}
|
||||
|
||||
Reference in New Issue
Block a user