Ekapp/skolehjem/resources/views/admin/user/read.blade.php

11 lines
143 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
User - Read
@endsection
@section("content")
@endsection