@extends('backend.layouts.master') @section('title', __('static.push_notification_templates.push_notification_templates')) @section('content')

{{ __('static.push_notification_templates.push_notification_templates') }}

@forelse ($pushNotificationTemplates as $pushNotificationTemplate) @foreach ($pushNotificationTemplate['templates'] as $template) @endforeach @empty @endforelse
{{ __('static.push_notification_templates.name') }} {{ __('static.push_notification_templates.description') }} {{ __('static.push_notification_templates.actions') }}
{{ $template['name'] }} {{ $template['description'] }}
{{ __('static.push_notification_templates.no_templates_available') }}
@endsection @push('js') @endpush