2020-06-15 06:56:21 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
2020-06-16 07:04:25 +00:00
|
|
|
Bruger - Vis
|
2020-06-15 06:56:21 +00:00
|
|
|
@endsection
|
|
|
|
|
2020-06-15 09:29:38 +00:00
|
|
|
@section("path")
|
2020-06-17 09:28:48 +00:00
|
|
|
<a href="{{ route('users.index') }}" class="text-white">Vis Brugere</a> /
|
2020-06-15 09:29:38 +00:00
|
|
|
@endsection
|
2020-06-15 06:56:21 +00:00
|
|
|
|
2020-06-15 09:29:38 +00:00
|
|
|
@section("content")
|
2020-06-17 09:28:48 +00:00
|
|
|
show.blade.php
|
2020-06-15 06:56:21 +00:00
|
|
|
@endsection
|