Fixes
This commit is contained in:
@@ -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="">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
{{----}}
|
||||
|
||||
{{--Create User--}}
|
||||
{{----}}@extends("admin.user.create")
|
||||
{{--@extends("admin.user.create")--}}
|
||||
|
||||
{{--Read User--}}
|
||||
{{--@extends("admin.user.read")--}}
|
||||
|
||||
Reference in New Issue
Block a user