mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
5 lines
126 B
PHP
5 lines
126 B
PHP
@extends('layouts.public', [ 'title' => 'Home' ])
|
|
|
|
@section('content')
|
|
@include('elements.subscription-form')
|
|
@endsection
|