{{ $edit_id ? __('notification_template.update_notification') : __('notification_template.add_notification') }}
@if( !$edit_id )
{{ __('notification_template.select_notification') }}:
@endif
@if( !empty($selected_template) ) @foreach( $selected_template['content'] as $key => $single ) @if( $key == 'subject' || $key == 'greeting' )
@error('validated_fields.'.$single['id'])
{{ $message }}
@enderror
@elseif( $key == 'info' )
{!! $single['desc'] !!}
@elseif( $key == 'content' )
@error('validated_fields.'.$single['id'])
{{ $message }}
@enderror
@endif @endforeach
{{__('notification_template.set_notification_status')}}
@endif
@push('scripts') @endpush