generated from boboko/starter
8 lines
174 B
PHP
8 lines
174 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div style="height: 120vh"></div>
|
|
<x-newsletter-split class="py-20" />
|
|
<div style="height: 120vh"></div>
|
|
@endsection
|