mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
10 lines
141 B
PHP
10 lines
141 B
PHP
|
@extends('base')
|
||
|
|
||
|
@section('page-top')
|
||
|
@include('elements.nav')
|
||
|
@endsection
|
||
|
|
||
|
@section('page-bottom')
|
||
|
@include('elements.footer')
|
||
|
@endsection
|