@extends('layouts.app') @section('title', __('master::lang.notification_templates')) @section('content') @include('master::layouts.nav')

{{ __('master::lang.notification_templates') }}

{!! Form::open([ 'url' => action([\Modules\Master\Http\Controllers\MasterNotificationsController::class, 'postNotificationTemplates']), 'method' => 'post' ]) !!}
{!! Form::close() !!}
@stop @section('javascript') @endsection