{{ 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){{ $value }} | @endforeach|||
---|---|---|---|---|
{{ $templateData['template'] }} |