@php $notification = App\Models\NotificationSetting::where('id', $id)->first(); @endphp
@csrf @foreach (json_decode($notification->subject, true) as $user_type => $subject)
@endforeach @foreach (json_decode($notification->template, true) as $user_type => $template)
@endforeach
@include('admin.init')