mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
8 lines
158 B
PHP
8 lines
158 B
PHP
|
@extends('templates.public')
|
||
|
|
||
|
@section('content')
|
||
|
<div class="home-page-component">
|
||
|
@include('sections.subscription-form')
|
||
|
</div>
|
||
|
@endsection
|