DonationSourceController

public function store(Request $request)

store Function :  Through store Function DonationSource data is saved in DonationSource table

 

public function lookup(Request $request)

Lookup Function: Lookup Function generates the DonationSource Report

 

public function show(DonationSource$Donationsource)

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

 

public function edit(DonationSource $donationsource)

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

 

public function destroy(DonationSource$donationsource)

destroy Function : The Destroy Function allows the deletion of all DonationSource 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 *