15 lines
234 B
PHP
15 lines
234 B
PHP
|
@extends("admin.layout.base")
|
||
|
@extends("admin.layout.header")
|
||
|
|
||
|
@section("title")
|
||
|
Bruger - Opbevar
|
||
|
@endsection
|
||
|
|
||
|
@section("path")
|
||
|
<a href="" class="text-white">Opbevar Brugere</a> /
|
||
|
@endsection
|
||
|
|
||
|
@section("content")
|
||
|
|
||
|
@endsection
|