{{ trans($data['name']) }}
{{ trans('core/setting::setting.template') }}
{{ trans('core/setting::setting.description') }}
{{ trans('core/base::tables.operations') }}
@foreach ($data['templates'] as $key => $template)
@php
$isOn = (bool) (get_setting_email_status($type, $module, $key));
@endphp
!$isOn])
@if (!$isOn)
data-bs-toggle="tooltip"
title="{{ trans('core/setting::setting.email.template_off_status_helper') }}"
@endif
>
{{ trans($template['title']) }}
{{ trans($template['description']) }}
@if (Arr::get($template, 'can_off', false))
@else
@endif
@endforeach