@extends('layouts.app') @section('title', $app_setting['name'] . ' | ' . __('Pre-defined Notification List')) @push('styles') @endpush @section('content')
{{-- --}}

{{ __('Pre-defined Notification List') }}

@foreach ($notifications as $notification) @endforeach
# {{ __('Title') }} {{ __('Is Enabled') }} {{ __('Action') }}
{{ $loop->iteration }} {{ filterNotificationType($notification->type) }}
@endsection @push('scripts') @endpush