mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
11 lines
332 B
PHP
11 lines
332 B
PHP
@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
|