@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

{{trans('admin/main.tags')}}
@foreach(\App\Models\NotificationTemplate::$templateKeys as $key => $value)

{{ trans('admin/main.'.$key) }} : {{ $value }}


@endforeach
{{ trans('admin/main.use_key_in_title_and_message_body') }}
{{ csrf_field() }}
@error('title') {{ $message }} @enderror
@error('template') {{ $message }} @enderror
{{trans('admin/main.hints')}}
{{trans('admin/main.new_notification_template_hint_title_1')}}
{{trans('admin/main.new_notification_template_hint_description_1')}}
{{trans('admin/main.new_notification_template_hint_title_1')}}
{{trans('admin/main.new_notification_template_hint_description_2')}}
@endsection @push('scripts_bottom') @endpush