mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
15 lines
324 B
PHP
15 lines
324 B
PHP
@extends('layouts.base')
|
|
|
|
@section('page-includes')
|
|
<script src="/js/lib.js"></script>
|
|
<script src="/js/app.js"></script>
|
|
<link rel="stylesheet" href="/css/app.css" />
|
|
@endsection
|
|
|
|
@section('page-top')
|
|
@include('elements.nav')
|
|
@endsection
|
|
|
|
@section('page-bottom')
|
|
@include('elements.footer')
|
|
@endsection
|