try the following:
$title = 'Languages';
$dataset = Language::orderBy('id','desc')->paginate(10);
return View::make('backend.languages.grid', compact('title', 'languages'));
I haven't used with
with View before. I think it is for Redirect only.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community