@extends('admin.layouts.app') @section('title', 'Department Permission') @section('content')

Email Settings Set a default message which you can customize when you email an invoice, statement or other document.


Add Email Templates
Add template names. You can add multiple with comma separator.
Add template names. You can add multiple with comma separator.

EMAIL TEXT BODY
A standard and unique email content for each document you sent.
Where is this message used? When you email Sales Invoices from StreamLine ERP, we'll put this text in the Message field. You can then customize it before sending it to the customer.

@stop @section('styles') @stop @section('admin_js') @include('admin.settings.email-settings.js.email-messages') @stop