@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)])
{{ Form::model($data, ['route' => ['backend.notification-templates.update', $data->id], 'method' => 'patch', 'button-loader' => 'true']) }} @include ('notificationtemplate::backend.notificationtemplates.form') {{ Form::close() }}
@endsection @push('after-scripts') @endpush