@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Pre-defined Notification List')) @section('header-title')

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

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