Pass database data to multiples views-Laravel
        Posted  
        
            by 
                user3696018
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user3696018
        
        
        
        Published on 2014-06-01T02:59:18Z
        Indexed on 
            2014/06/01
            3:25 UTC
        
        
        Read the original article
        Hit count: 158
        
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.
© Stack Overflow or respective owner