1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-01-13 01:41:02 -05:00
hypothetical/resources/views/dashboard/home.blade.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.elements.menu')</ul>
@endsection