{{ 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') }}
@foreach($notificationChannels as $key => $value) @endforeach @foreach($data as $templateData) @endforeach
{{__('messages.template')}}{{ $value }}
{{ $templateData['template'] }}
{{ html()->submit(__('messages.save'))->class('btn btn-md btn-primary float-md-end submit_section1') }} {{ html()->form()->close() }}