MailTemplateController

public function store(Request $request)

store Function :  Through store Function MailTemplate data is saved in mail_template table

 

public function lookup(Request $request)

Lookup Function: Lookup Function generates the MailTemplate Report

 

public function show(MailTemplate$mailtemplate)

Show Function : In the View Mode of MailTemplate form, the Show function displays all details of the MailTemplate form.

 

public function edit(MailTemplate$mailtemplate)

edit Function : You can edit the entire details of the MailTemplate form when editing in edit mode by using the Edit Function

 

public function destroy(MailTemplate$mailtemplate)

destroy Function : The Destroy Function allows the deletion of all MailTemplate form details

 

public function validation($request, $id = null)

validation Function : Data is validated before saving using this function.

Was this page helpful?

Add a Comment

Your email address will not be published. Required fields are marked *