11 lines
143 B
PHP
11 lines
143 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
User - Read
|
|
@endsection
|
|
|
|
@section("content")
|
|
|
|
@endsection
|