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