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