@include('livewire.pages.admin.notification-templates.update')

{{ __('notification_template.all_templates') }}

@if( !$listed_templated->isEmpty() )
@foreach($listed_templated as $single) @endforeach
{{ __('notification_template.notification_title') }} {{__('notification_template.role_type')}} {{__('general.status')}} {{__('general.actions')}}
{!! $single->title !!} {{ ucfirst($single->role) }}
{{ $single->status == 'active' ? __('general.active') : __('general.deactive') }}
{{ $listed_templated->links('pagination.custom') }} @else @endif