Edited washing-machines, app\root\index & admin\layout\base

This commit is contained in:
Anders
2020-06-24 14:19:55 +02:00
parent d7d33d1696
commit 4ed33e4f99
9 changed files with 41 additions and 110 deletions
@@ -2,18 +2,18 @@
@extends("admin.layout.header")
@section("title")
Vaskemaskiner - Vis
Vaskemaskiner - Opret
@endsection
@section("path")
<a href="" class="text-white">Opret Vaskemaskine</a> /
<a href="{{ route('washing-machines.create') }}" class="text-white">Opret Vaskemaskine</a> /
@endsection
@section("content")
<h1>Opret Bruger:</h1>
<h1>Opret Vaskemaskine:</h1>
<form method="post" action="{{ route("washing-machines.store") }}">
@csrf
<label for="name_first">Navn:</label>
<label for="name_first">Vaskemaskine Navn:</label>
<input type="text" name="name" id="name" max="60" required>
<input type="submit" class="btn btn-dark text-white" value="Opret">
</form>