mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-03-09 05:49:58 -04:00
11 lines
182 B
PHP
11 lines
182 B
PHP
@extends('public')
|
|
|
|
@section('page-content')
|
|
|
|
<div class="container">
|
|
<div class="content">
|
|
<div class="title">Hypothetical Template</div>
|
|
</div>
|
|
</div>
|
|
|
|
@endsection
|