@extends('admin.layouts.app') @push('styles_top')
@endpush @section('content')
{{ $pageTitle }}
{{trans('admin/main.dashboard')}}
{{ $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() }}
{!! trans('admin/main.title') !!}
@error('title') {{ $message }} @enderror
{{ trans('admin/main.message_body') }}
{{ (!empty($template)) ? $template->template :'' }}
@error('template') {{ $message }} @enderror
{{ trans('admin/main.save') }}
{{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