This commit is contained in:
Frederikmillingpytlick
2020-06-15 11:28:37 +02:00
parent e73e2aacdc
commit a840a4b2f0
8 changed files with 96 additions and 2 deletions
@@ -43,7 +43,7 @@
</div>
<div class="w-85" style="background-color: #cccccc;">
<div class="directorypath text-white">
<a href="" class="text-white">Home</a> /
<a href="" class="text-white">Home</a> / @yield("path")
</div>
<div class="content">
@yield("content")
@@ -5,6 +5,10 @@
Bruger - Opret
@endsection
@section("path")
<a href="" class="text-white">Opret Bruger</a> /
@endsection
@section("content")
<h1>Opret Bruger:</h1>
<form method="post" action="">
@@ -5,6 +5,10 @@
User - Delete
@endsection
@section("path")
<a href="" class="text-white">Fjern Bruger</a> /
@endsection
@section("content")
Delete
@endsection
@@ -5,6 +5,10 @@
Bruger - Rediger
@endsection
@section("path")
<a href="" class="text-white">Rediger Bruger</a> /
@endsection
@section("content")
<h1>Rediger Bruger:</h1>
<form method="post" action="">
+1 -1
View File
@@ -13,7 +13,7 @@
{{----}}
{{--Create User--}}
{{----}}@extends("admin.user.create")
{{--@extends("admin.user.create")--}}
{{--Read User--}}
{{--@extends("admin.user.read")--}}