Updated hrefs

This commit is contained in:
frederikpyt
2020-06-17 11:28:48 +02:00
parent 99c2b16752
commit fe9a97656f
9 changed files with 41 additions and 57 deletions
@@ -2,13 +2,13 @@
@extends("admin.layout.header")
@section("title")
Bruger - Opbevar
Bruger - Opret
@endsection
@section("path")
<a href="" class="text-white">Opbevar Brugere</a> /
<a href="{{ route('users.create') }}" class="text-white">Opret Brugere</a> /
@endsection
@section("content")
Brugeren blev (ikke) oprettet.
@endsection