@php $channels = core()->getAllChannels(); $currentChannel = core()->getRequestedChannel(); $currentLocale = core()->getRequestedLocale(); $notificationTranslation = $notification->translations() ->where('channel', $currentChannel->code) ->where('locale', $currentLocale->code) ->first(); @endphp @lang('bagisto_graphql::app.admin.settings.notification.edit.edit-notification') @pushOnce('scripts') @endPushOnce