@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection @section('content')
{{ __($module_title) }} {{ __($module_action) }} @lang(':module_name Management Dashboard', ['module_name' => Str::title($module_name)])
{{ html()->form('POST', route("backend.notification-templates.store"))->acceptsFiles()->class('form')->open() }} @include ('notificationtemplate::backend.notificationtemplates.form') {{ html()->form()->close() }}
@endsection @push('after-scripts') @endpush