{{ html()->form('POST', route('notificationtemplates.settings.update'))->attribute('enctype', 'multipart/form-data')->attribute('data-toggle', 'validator')->open() }} {{ html()->hidden('id', null)->class('form-control')->placeholder('id') }} {{ html()->hidden('page', $page)->class('form-control')->placeholder('id') }}
| {{ __('messages.template') }} | @foreach($notificationChannels as $key => $value) @if(($key == 'IS_WHATSAPP' && isset($othersetting) && $othersetting->whatsapp_notification) || ($key == 'IS_SMS' && isset($othersetting) && $othersetting->sms_notification) || !in_array($key, ['IS_WHATSAPP', 'IS_SMS'])){{ $value }} | @endif @endforeach|||
|---|---|---|---|---|
| {{ $templateData['template'] }} | @if(isset($othersetting) && $othersetting->whatsapp_notification) | @endif @if(isset($othersetting) && $othersetting->sms_notification) | @endif |