I am debating whether I should use Laravel to build an online store.
Requirement - Show a shopping cart in sidebar with product listing in main area. i need to bind
You can simply do
@include('partials.products', array('data'=>'here'))