Files
alrahma_sunday_school/app/Views/emails/custom_html.php
T

5 lines
128 B
PHP

<?= $this->extend('layout/email_layout') ?>
<?= $this->section('content') ?>
<?= $body_html ?? '' ?>
<?= $this->endSection() ?>