mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-03-09 13:59:58 -04: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
|