Added feedbacks.index in root->index. Added Feedbacks page to app. Added a send feedback button on contacts->index
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user