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