1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 22:09:58 -04:00
hypothetical/resources/views/layouts/public.blade.php

16 lines
369 B
PHP

@extends('layouts.base')
@section('page-includes')
<script src="/js/modernizr.js"></script>
<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