Implement toggling message when email will be sent

This commit is contained in:
Marcus Moore
2023-08-02 11:36:20 -07:00
parent 6349d52803
commit 105c94aea9
2 changed files with 8 additions and 7 deletions
@@ -44,7 +44,7 @@
{{ Form::checkbox('checkin_email', '1', null, ['wire:model' => 'checkinEmail', 'aria-label'=>'checkin_email']) }}
{{ trans('admin/categories/general.checkin_email') }}
</label>
@if ($this->displayEmailMessage)
@if ($this->shouldDisplayEmailMessage)
<div class="callout callout-info">
<i class="far fa-envelope"></i>
<span>{{ $this->emailMessage }}</span>