mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
6 lines
189 B
PHP
6 lines
189 B
PHP
@extends('dashboard.core')
|
|
|
|
@section('dashboard-body')
|
|
@set('menu_class', 'list-group-item')
|
|
<ul class="list-group linked-list">@include('dashboard.sections.menu')</ul>
|
|
@endsection
|