@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ trans('admin/main.notifications') }}

@php $itemValue = (!empty($settings) and !empty($settings['notifications'])) ? $settings['notifications']->value : ''; if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } @endphp
@foreach(\App\Models\NotificationTemplate::$notificationTemplateAssignSetting as $tab => $items)
{{ csrf_field() }} @foreach($items as $item)
@endforeach
@endforeach
@endsection @push('scripts_bottom') @endpush