Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
This commit is contained in:
commit
5a136c537c
|
@ -44,5 +44,8 @@
|
||||||
<h4 class="mt-0">Kollegieassistent</h4>
|
<h4 class="mt-0">Kollegieassistent</h4>
|
||||||
<span class="text-center sde-black-20 mt-1">+45 24 62 94 50</span>
|
<span class="text-center sde-black-20 mt-1">+45 24 62 94 50</span>
|
||||||
<a class="btn text-center btn-sde-blue mt-1" href="tel:+4524629450">Ring</a>
|
<a class="btn text-center btn-sde-blue mt-1" href="tel:+4524629450">Ring</a>
|
||||||
|
|
||||||
|
<span class="text-center sde-black-20 mt-1">Send feedback omkring hvem el. hvad som helst</span>
|
||||||
|
<a class="btn text-center btn-sde-blue mt-1" href="feedbacks">Giv Feedback</a>
|
||||||
</main>
|
</main>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
@extends("app.layout.base")
|
||||||
|
|
||||||
|
@section("title")
|
||||||
|
Feedback - Ris/Ros
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section("content")
|
||||||
|
<main class="h-100 text-center">
|
||||||
|
<form action="" method="post" required>
|
||||||
|
<span>Ris el. Ros?</span>
|
||||||
|
<select name="choose_suggestion" class="mb-2">
|
||||||
|
<option>Ros</option>
|
||||||
|
<option>Ris</option>
|
||||||
|
</select>
|
||||||
|
<textarea name="feedback_message" placeholder="Skriv Ris/Ros besked her" required></textarea>
|
||||||
|
<button class="btn btn-sde-blue mt-2" onclick="window.location = '';">Send Ris/Ros</button>
|
||||||
|
</form>
|
||||||
|
</main>
|
||||||
|
@endsection
|
|
@ -3,7 +3,7 @@
|
||||||
{{----}}
|
{{----}}
|
||||||
|
|
||||||
{{--Index--}}
|
{{--Index--}}
|
||||||
{{--@extends("app.users.index")--}}
|
{{----}}@extends("app.users.index")
|
||||||
|
|
||||||
{{--Login--}}
|
{{--Login--}}
|
||||||
{{--@extends("app.users.login")--}}
|
{{--@extends("app.users.login")--}}
|
||||||
|
@ -27,7 +27,10 @@
|
||||||
{{--@extends("app.contact.index")--}}
|
{{--@extends("app.contact.index")--}}
|
||||||
|
|
||||||
{{--Account--}}
|
{{--Account--}}
|
||||||
{{----}}@extends("app.users.index")
|
{{--@extends("app.users.index")--}}
|
||||||
|
|
||||||
|
{{--Feedback--}}
|
||||||
|
{{--@extends("app.feedbacks.index")--}}
|
||||||
|
|
||||||
{{----}}
|
{{----}}
|
||||||
{{------Admin Panel
|
{{------Admin Panel
|
||||||
|
|
Loading…
Reference in New Issue