I dont really get this line : Item Qty Test 1 1 Test 2 2 Test 3 3
can you retrieve data from database in laravel ? if yes...just an ordinary route setup you will have...
Route::get('test',array('uses'=>'HomeController@showWelcome'));
this format wont retrieve data from db (mysql) 01-01-2005 you need to convert to Y-m-d am i gettin...
->with('user', $user) ->with('char', $char); with() can only accessed with session Session...
The Laravel portal for problem solving, knowledge sharing and community building.