@extends('layouts.app') @section('content')
@if(isset($is_admin)) @include('proedge.admin.adminPanel') @else @include('proedge.config.adminPanel') @endif

Email Templates

Templates are used to format coorespondences being sent to the customer.
@include('proedge.config.crm.emailTemplate.table')
Template Name Created Last Modified Options
Add
{{-- @include('proedge.modal.crm.add_email_template')--}}
@endsection