@extends('setting::backend.setting.index') @section('settings-content')
@csrf

{{ __('setting_sidebar.lbl_notification') }}

@foreach ($channels as $channel) @endforeach @foreach ($notificationTemplates as $templateIndex => $template) @foreach ($channels as $channelKey => $channelName) @endforeach @endforeach
{{ __('notification.lbl_type') }} {{ __('notification.template') }}{{ $channel }}
{{ $template['type'] }} {{ $template['template'] }}
@endsection