hypothetical/resources/views/layouts/dashboard.blade.php

12 lines
332 B
PHP
Raw Normal View History

@extends('layouts.base')
@section('page-includes')
<script src="{{ elixir('js/lib-dashboard.js') }}"></script>
<script src="{{ elixir('js/dashboard.js') }}"></script>
<link rel="stylesheet" href="{{ elixir('css/dashboard.css') }}" />
@endsection
@section('page-top')
@include('dashboard.elements.nav')
@endsection