Pass database data to multiples views-Laravel
- by user3696018
I have a database with details of daily sales.
To query a database, I have a form in a view with parameters that will query as date of admission, client and others.
The result is shown in another view with the daily details of income, and below is a summary of the article do all entered.
The summary I wish to transfer to another view, try to view :: composer but only transfer the empty query (I saw it with debug bar). Just appeared an empty view.
How I can transfer data from the database without the latter view is empty?
The second html view is totaly diferent , only the data is the same.