Files
alrahma_sunday_school/app/Views/emails/broadcast_wrapper.php
T
2026-05-16 13:44:12 -04:00

7 lines
199 B
PHP
Executable File

<?= $this->extend('layout/email_layout') ?>
<?php // Passes HTML body into the section your layout expects ?>
<?= $this->section('email_content') ?>
<?= $content ?? '' ?>
<?= $this->endSection() ?>