@php use App\Utils\Helpers; @endphp @extends('layouts.back-end.app') @section('title', translate('push_Notification')) @section('content')

{{translate('push_notification_setup')}}

@include('admin-views.push-notification._push-notification-inline-menu')
{{translate('read_documentation')}}
@php($language = $language->value ?? null) @php($default_lang = 'en') @php($default_lang = json_decode($language)[0])
@csrf
@foreach ($customerMessages as $key=>$value )
@foreach (json_decode($language) as $lang)