11 lines
164 B
PHP
11 lines
164 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
@include('partials.dashboard.head')
|
|
|
|
<body class="dashboard">
|
|
<div class="content">
|
|
@yield('content')
|
|
</div>
|
|
</body>
|
|
</html>
|