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