@extends('super_admins.layouts.master') @section('title') Notification Settings @endsection @section('css') @include('super_admins.includes.datatable_css') @endsection @section('content') Notification Settings Home Notification Settings Notification Settings {{-- @if (auth()->user()->hasPermission('blog.add')) Add Notification Settings @endif --}} @csrf Name Email Notification Push Notification InApp Notification {{-- @php if(false) echo " name " @endphp --}} @foreach ($notification_settings as $key => $notification_array) {{ $key }} @foreach ($notification_array as $notification) {{ $notification->display_name }} is_email_send ? 'checked' : '' }}> is_push_notification_send ? 'checked' : '' }}> is_in_app_notification_send ? 'checked' : '' }}> @endforeach @endforeach Submit @endsection @section('scripts') @include('super_admins.includes.datatable_scripts') @endsection