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