Skip to content
Advertisement

How to redirect to the page which shows only the data inserted to the database from that id

For example if there is a form which creates customers, and when you filled the form and submit the page should redirect and show the data which was inserted to that form by a specific individual id. in my case it redirects to a page and views all the data in the database.

Here’s my Web.php

JavaScript

Here’s my Controller

JavaScript

Here’s my Customer Model

JavaScript

Here’s my Create Blade

JavaScript

Here’s my show blade

JavaScript

Advertisement

Answer

Redirect to the show route rather than the customers index route:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement