PaymentModeController

public function store(Request $request)

store Function :  Through store Function Payment Mode data is saved in payment_mode table

 

public function lookup(Request $request)

Lookup Function: Lookup Function generates the Payment Mode Report

 

public function show(PaymentMode$paymentmode

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

 

public function edit(PaymentMode$paymentmode)

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

 

public function destroy(PaymentMode$paymentmode)

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