10 lines
183 B
PHP
10 lines
183 B
PHP
@extends('admin.layouts.app')
|
|
|
|
@section('title', 'Admin Area')
|
|
|
|
@section('admin-page-content')
|
|
<pre>
|
|
{{ print_r(app('AdminMenu')->getMenu()) }}
|
|
</pre>
|
|
@endsection
|