@extends('layouts.app') @section('content')
@include('proedge.admin.adminPanel')

Email Templates

Templates are used to format coorespondences being sent to the customer.
@foreach($templates as $template) @endforeach
Template Name Created Last Modified Options
id}}'},'edit_email_template')">{{$template->Name}} $template->id])}}')">
Add
@include('proedge.modal.crm.add_email_template')
@endsection