1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 13:59:58 -04:00
hypothetical/resources/views/website/home.blade.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