1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-01-12 09:31:01 -05:00
hypothetical/traditional-bootstrap/resources/views/pages/home.blade.php

7 lines
158 B
PHP

@extends('templates.public')
@section('content')
<div class="home-page-component">
@include('sections.subscription-form')
</div>
@endsection