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

Email Templates

Templates are used to format coorespondences being sent to the customer.
Company Info
@foreach($notices as $notice) @endforeach
Opportunity Status Description Is Active? Options
{{$notice->Name}} {{$notice->Description}} {{$notice->IsActive}} id}}'},'edit_opp_notice')">Edit
@endsection