2020-06-16 07:04:25 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
2020-06-17 09:28:48 +00:00
|
|
|
Bruger - Opret
|
2020-06-16 07:04:25 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-17 09:28:48 +00:00
|
|
|
<a href="{{ route('users.create') }}" class="text-white">Opret Brugere</a> /
|
2020-06-16 07:04:25 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
2020-06-17 09:28:48 +00:00
|
|
|
Brugeren blev (ikke) oprettet.
|
2020-06-16 07:04:25 +00:00
|
|
|
@endsection
|