mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 20:06:39 -05:00
12 lines
172 B
PHP
12 lines
172 B
PHP
|
@extends('main')
|
||
|
|
||
|
@section('page')
|
||
|
|
||
|
<div class="container">
|
||
|
<div class="content">
|
||
|
<div class="title">Hypothetical Template</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
@endsection
|