1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-01-11 09:06:29 -05:00
hypothetical/resources/views/templates/dashboard.blade.php

11 lines
404 B
PHP

@extends('templates.base', [ 'title' => 'Dashboard' ])
@section('page-includes')
<script src="/js/lib-dashboard.js?version={{ env('CACHE_BUST') }}"></script>
<script src="/js/dashboard.js?version={{ env('CACHE_BUST') }}"></script>
<link rel="stylesheet" href="/css/dashboard.css?version={{ env('CACHE_BUST') }}" />
@endsection
@section('page-top')
@include('dashboard.nav')
@endsection