1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 05:49:58 -04:00
hypothetical/resources/views/layouts/dashboard.blade.php

12 lines
287 B
PHP
Raw Normal View History

@extends('layouts.base')
@section('page-includes')
2016-03-30 00:51:54 -04:00
<script src="/js/lib-dashboard.js"></script>
<script src="/js/dashboard.js"></script>
<link rel="stylesheet" href="/css/dashboard.css" />
@endsection
@section('page-top')
@include('dashboard.elements.nav')
@endsection