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